6 ms·
It shouldn't matter if you are using GET or POST - how would your ISP find out anything about your request if you are using HTTPS?
by chrj 13y ago
It shouldn't matter if you are using GET or POST - how would your ISP find out anything about your request if you are using HTTPS?
- Yrlec 13y agoYou 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-post-more-secure-than-the-other http://stackoverflow.com/questions/198462/is-either-get-or-p...