utility / Red
HTTP Method Tester
Test which HTTP methods (GET, POST, PUT, DELETE, OPTIONS) a URL accepts.
Uses the network
LOCAL WORKBENCH
HTTP Methods Testing Reference
100% Local
OPTIONS Query: curl -X OPTIONS -i https://example.com/api
TRACE Query: curl -X TRACE -i https://example.com/api
PUT Test: curl -X PUT -d "test" https://example.com/api
Continue the thread