Using GET and POST

In this lesson, we will learn the usage of GET and POST.

Understanding usage of GET and POST

Sending the form data to the server like we did in Exercise 4-4 has a big issue; it’s privacy. The content of the form is sent as part of the URL, which can be copied from the address line of the browser.

For example, when you copy the request belonging to the last image in the previous lesson, you’ll see this:

Get hands-on with 1200+ tech skills courses.