Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon.

Pages: 1-

POST vs GET

Name: Anonymous 2012-11-22 13:21

So I've been told I should edit all my firefox search engine plugin .xml files and replace all GET method commands with POST. Please explain why.

Name: Anonymous 2012-11-22 13:22

For search engines? I don't know why.

Name: Anonymous 2012-11-22 13:51

If you want to get data, use GET.

If you want to create/modify data, use POST.

If you want to perform search, then use GET.

Name: Anonymous 2012-11-22 13:57

If you want to get your query logged, use GET.

If you want to avoid/limit logging, use POST.

If you want to perform search, then use POST.

Name: Anonymous 2012-11-22 14:04

If you sincerely believe websites log GETs but not POSTs, use POST.

Name: Anonymous 2012-11-22 15:06

Gets are easier to change and thus more insecure

visibility of data is the enemy

&Admin=0
oh let's change that to &Admin=1

oh look at that

Name: Anonymous 2012-11-22 15:18

>>6
You're fucking retarded.
Everyone knows admin requests are specified by login=admin

Name: Anonymous 2012-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: Anonymous 2012-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.

Name: Anonymous 2012-11-22 15:47

>>3-kun is right. l2REST.

Name: Anonymous 2012-11-22 16:02

>>10
Like I give a shit about web bullshite.

Name: Anonymous 2012-11-23 16:43

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: Anonymous 2012-11-23 20:46

jesus, none of you fucks know a goddamn thing about networking.

Name: Anonymous 2012-11-23 20:52

[tt]
enterprise programming
IHBT

Don't change these.
Name: Email:
Entire Thread Thread List