Вопрос

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