I came across an excellent article where all the combination of HTTP/HTTP and GET/POST were compared to each other. It was in form of Metrics. It shows different problems with different combination.
The safest option for transmission of any sensitive data is to use POST statements over SSL/TLS. Any other option will expose data at some point in the communication.
The safest option for transmission of any sensitive data is to use POST statements over SSL/TLS. Any other option will expose data at some point in the communication.
Comments