Cheatsheet: Difference between revisions

Line 276:
</center>
 
= HTTP Request Methods=
GET: Retrieve Data
HEAD: Header only without Response Body
Line 285:
OPTIONS: Returns the HTTP methods that the server supports for the specified URL
TRACE: Performs a message loop back test to see what (if any) changes or additions have been made by intermediate servers
PATCH:
 
= SSL Handshake =