|
The article states:
"The most commonly cited example is restrictions on the length of URLs. The suggestion is that some misuses of GET and POST have been workarounds for these problems, enabling web applications to work as intended. If true..."
There is no IF about this. These browser restrictions force requests that should be done via GETs (according to HTTP guidelines) to be done via POSTs with alarming frequency in any real web application (vs. pretty marketing/informational web sites).
This is a major issue in that in many techical spaces, GETs are easily performed and POSTs require nasty workarounds.
|