▲ | TofuLover 7 days ago | ||||||||||||||||
I don't think the part about front and back channels is quite correct. GET and POST requests are both encrypted in HTTPS -- including the URL (but not the domain, as DNS resolution happens separately). Front and back channel are more to do with trust boundaries, and what information is public vs private from the client's perspective. | |||||||||||||||||
▲ | cathalc 7 days ago | parent | next [-] | ||||||||||||||||
Yeah this made zero sense to me - I have never seen someone consider POST secure because it can't "be seen". Security through obscurity and all that... | |||||||||||||||||
| |||||||||||||||||
▲ | mrmuagi 7 days ago | parent | prev | next [-] | ||||||||||||||||
The urls are logged usually and also like the other commentator pointed out can be stored in browser history/bookmarked. I've seen just a general recommendation to avoid urlencoding parameters -- I guess that's why? | |||||||||||||||||
▲ | aszen 7 days ago | parent | prev [-] | ||||||||||||||||
Main point is that the url is store in browser history and is never private. |