in reply to OT: POST v GET bandwidth?
URI escaping used by GET request is quite expensive. POST request can can use different escaping mechanism and compress the data, so it should be smaller, if anything.
There is caching difference between GET and POST, but caching is probably not involved here.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: OT: POST v GET bandwidth?
by BrowserUk (Patriarch) on Feb 08, 2008 at 18:29 UTC |