Timeline for Are URL parameters of GET and POST requests over HTTPS secure?
Current License: CC BY-SA 4.0
3 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Oct 26, 2021 at 17:06 | comment | added | Kriil | "GET parameters are part of the url, and appear in the server logs, your browser history, website analytics, the page printing, an antivirus analysis of the page..." This is extremely important to consider if you are bound by HIPAA laws. Exposing an SSN or other PHI to an outside entity can result in millions of dollars of fines. It's a real pain, but use POST if your requests need to use SSNs or other PHI. | |
| Oct 7, 2021 at 7:24 | history | edited | CommunityBot | replaced https://tools.ietf.org/html/draft with https://datatracker.ietf.org/doc/html/draft | |
| Jun 27, 2020 at 1:23 | history | answered | Ángel | CC BY-SA 4.0 |