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

> Our usecase is caching GraphQL requests which some servers dictate must be POST requests with query in the body.

The GraphQL servers by **default** use POST, but GET is also allowed.
PFB link:
https://graphql.org/learn/serving-over-http/

Apollo is better at this and easily lets you perform GET requests. Mutations however arent allowed over GET but IMHO, no point in caching mutations.

-- 
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-456785717

Received on Wednesday, 23 January 2019 12:36:18 UTC