Forum Moderators: coopster
Thanks,
Ryan
From the authoritative source:
URIs, Addressability, and the use of HTTP GET and POST [w3.org]
4 Considerations for Sensitive DataSome Web interactions involve sensitive data, such as passwords, credit card numbers, social security numbers, and bank account numbers (as in scenario 2).
To protect information carried by either GET or POST operations, it is often appropriate to use an underlying secure protocol such as the Secure Socket Layer [SSL3]. By using GET over SSL for safe operations, designers retain some of the benefits of URI addressability, even if they lose others (e.g., caching). Designers do need to consider the costs of using SSL, such as: