>>6
You're fucking retarded. Everyone knows admin requests are specified by login=admin
Name:
Anonymous2012-11-22 15:20
The GET can be bookmarked, so at least all context and/or temporal stuff needs to go in the POST. Stuff needed to get the page working (that is not tbrowing an incomplete command/query go in the GET.
Name:
Anonymous2012-11-22 15:22
The GET can be bookmarked, so at least all context and/or temporal stuff needs to go in the POST. Stuff needed to get the page working (that is not tbrowing an incomplete command/query go in the GET.
It's not about logging, cretins. Google & co. log every query anyway, in a database, they don't need to fetch it from the httpd access logs.
It's about the referrer. Searching "enterprise programming" using GET will result in a [tt]search-engine.com/search?q=enterprise+programming[/tt] URL, which is passed to the site you go to as you click on one of the results, in the HTTP referrer record.
With a POST search, the site will only be passed [tt]search-engine.com/search?post=true[/tt], or whatever, so that the site will not be passed your search query as you click on the link.
Name:
Anonymous2012-11-23 20:46
jesus, none of you fucks know a goddamn thing about networking.