top | item 46588914

(no title)

dkdcio | 1 month ago

I was not aware you shouldn’t do that — what’s the rationale/historical context?

discuss

order

embedding-shape|1 month ago

Like most standards: "Because it's a standard". Kind of like setting a .body for a GET request, you can kind of do that, but why not do it the way it's intended to instead? Use POST :)

gunalx|1 month ago

I have seen post being used instead of get, because of having encrypted parameters by default.