Hacker News new | ask | show | jobs
by Yrlec 4749 days ago
You are correct, I was drawing the wrong conclusions from how the HTTP headers are sent. It doesn't affect how much info the ISP gets. However, POST parameters are somewhat more secure, since less info about your query is cached by your browser: http://stackoverflow.com/questions/198462/is-either-get-or-p...
1 comments

POST parameters also usually won't show up in logs, unlike GET parameters.
Whose logs?
Web server logs typically don't record POST parameters. It's possible that the web server could record them anyways, though.