-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PATCH, PUT, and DELETE Methods #82
Comments
C:\Users\Himarsha>curl -i -X OPTIONS https://www.imdb.com C:\Users\Himarsha>curl -i -X OPTIONS http://jsonplaceholder.typicode.com/ C:\Users\Himarsha>curl -i -X OPTIONS https://www.pinterest.com/ |
curl -i -X OPTIONS ameblo.jp HTTP/1.1 200 OK curl -i -X OPTIONS http://netflix.com/ curl -i -X OPTIONS http://www.4shared.com/ |
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.The text was updated successfully, but these errors were encountered: