I have a web server running on an EC2 node. There is an endpoint which accepts HTTP DELETE requests. It accepts the requests and proceeds with the intended functionality only if some certain headers are found in the DELETE request it send. What would be the easiest way to test this?

有帮助吗?

解决方案

Check http://www.hurl.it/

Set the type the DELETE, and click Add Headers to add the headers you want.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top