When comparing an HTTP GET to an HTTP POST, what are the differences from a security perspective? Is one of the choices inherently more secure than the other? If so, why?
Post is the most secured along with SSL installed because its transmitted in the message body.
But all of these methods are insecure because the 7 bit protocol it uses underneath it is hack-able with escapement. Even through a level 4 web application firewall.
Sockets are no guarantee either... Even though its more secure in certain ways.