GET VS POST

GET: 
request for data
It has limited length 
It can cache in the browser 

POST:
Used for change data, send data in the request.
It doesn’t have limited length.
The request is different, cannot have cache in the browser. For example, you can not place an order repeatedly 





Popular posts from this blog

Phonebook - Hack the box Write up -- Web LDAP injection

wafwaf -- Hack The Box -- Web SQL injection

Cheat sheet for security+