This site is the archived OWASP Foundation Wiki and is no longer accepting Account Requests.
To view the new OWASP Foundation website, please visit https://owasp.org

Category:WASS Sensitive Get Requests

From OWASP
Jump to: navigation, search

Do not transmit sensitive information in GET requests.

Any parameters passed in GET requests are both cached by the browser, and saved in web server log files, making it easy for unauthorized users to discover sensitive information.

  1. sensitive information shall not appear in any GET requests regardless of transport mechanism

This category currently contains no pages or media.