Re: [w3c/ServiceWorker] Allow Caching of POST requests (#977)

> This could be useful for CouchDB because often POST messages are used in place of GETs where you simply want to be able to pass more parameters in a body than would be possible/ergonomic with query string params, e.g. the _all_docs API.

Are all these requests interchangeable?  Normally we would perform cache matching on the GET query string to distinguish between them.  With POST the requests will overwrite each other without regard to different bodies.

We really need to define the matching semantics for POST requests in order to move forward here, IMO.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3c/ServiceWorker/issues/977#issuecomment-248305152

Received on Tuesday, 20 September 2016 13:56:21 UTC