I have a web server running on EC2 node. There is an endpoint that accepts HTTP DELETE requests. It accepts requests and receipts with the intended functionality only if some specific headers are in the DELETE request it sends. What would be the easiest way to test this?
source
share