[whatwg/fetch] Can the set of safelisted methods be extended? (Issue #1774)

### What problem are you trying to solve?

There are HTTP methods defined to be "safe" which nevertheless require CORS preflights.

### What solutions exist today?

Non (AFAIU) expect to do the preflight.

### How would you solve it?

Adding to the defined in

  https://fetch.spec.whatwg.org/#cors-safelisted-method
  
In theory we could discuss this for some WebDAV methods as well (PROPFIND etc), but what's more important would be QUERY once it's there.

### Anything else?

_No response_

-- 
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/fetch/issues/1774
You are receiving this because you are subscribed to this thread.

Message ID: <whatwg/fetch/issues/1774@github.com>

Received on Thursday, 19 September 2024 07:16:19 UTC