#What is the difference between GET and POST?
The HTTP verbs GET and POST are both actions that relate to the clients request in the request/response cycle. The response is not a consideration of GET and POST.
##Let's first look at the technical definitions of each:
###GET
