Cheatsheet: Difference between revisions

Content added Content deleted
No edit summary
Line 275: Line 275:
|}
|}
</center>
</center>

=Request Method=
GET: Retrieve Data
HEAD: Header only without Response Body
POST: Submits Data to DB, web forum, etc
PUT: Replaces target resource with the uploaded content
DELETE: Removes target resource given by URI
CONNECT: Used when the client wants to establish a transparent connection to a remote host, usually to facilitate SSL-encrypted communication (HTTPS) through an HTTP proxy
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


= SSL Handshake =
= SSL Handshake =