Cheatsheet: Difference between revisions

Content added Content deleted
Line 276: Line 276:
</center>
</center>


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


= SSL Handshake =
= SSL Handshake =