What is get and POST method in Django?

GET and POST Django’s login form is returned using the POST method, in which the browser bundles up the form data, encodes it for transmission, sends it to the server, and then receives back its response. GET , by contrast, bundles the submitted data into a string, and uses this to compose a URL.

Sizin İçin Seçtik  Does Django need html?

Leave a Reply

Your email address will not be published. Required fields are marked *