PATCH, PUT, and DELETE Methods #24
ibnesayeed
started this conversation in
Assignment
Replies: 3 comments
-
On an options request, the netflix.com allow header has both PUT and DELETE.
|
Beta Was this translation helpful? Give feedback.
0 replies
-
On an options request, this site return an "access-control-allow-methods" header with PATCH, PUT, and DELETE methods.
|
Beta Was this translation helpful? Give feedback.
0 replies
-
On a head request, this amazon.com resource produces an allow header with PUT and DELETE methods
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Find "in the wild" examples of domains that supports
PATCH
,PUT
, orDELETE
methods. You can find up to three examples from different domains, one for each method.Beta Was this translation helpful? Give feedback.
All reactions