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: Visualizing form data 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:

Get hands-on with 1400+ tech skills courses.