What is more secure over other? GET or POST?
There is no difference in security.
POST data is not shown in the history and/or log files like GET data. SSL must be used to make date secured.
This is a good article to read if you need to study more. http://blog.codinghorror.com/cross-site-request-forgeries-and-you/
It looks like you're new here. If you want to get involved, click one of these buttons!
Comments
There is no difference in security.
POST data is not shown in the history and/or log files like GET data. SSL must be used to make date secured.
This is a good article to read if you need to study more.
http://blog.codinghorror.com/cross-site-request-forgeries-and-you/