HTTP

For End Users

When you search for a specific item, or set of items, from a website, you are making an HTTP GET method.

Juice Shop Search Empty

Example: An account login on a website is an example of a request using the HTTP POST method.

Juice Shop Login Form

For Developers

Connection to a web server uses HTTP.

Python Requests Library

Postman

Browser extension … Firefox and/or chrome

For Ethical Hackers / Penetration Testers

Dynamic appliation security testing (DAST) tools connect over HTTP.