أنشئ حسابًا أو سجّل الدخول للانضمام إلى مجتمعك المهني.
POST requests are never cached, POST requests do not remain in the browser history,POST requests have no restrictions on data length. GET rquests are cached, GET requests remain in the browser history, GET requests have restrictions on data length
GET and POST both are same. GET is a STATIC one but POST is a DYNAMIC.