I am working with a ASP.Net Web API 2 service and the firewall denies the DELETE method to go through (only POST and GET are allowed).
Is there a way that we can bypass this and invoke my DELETE method in the API?
I am working with a ASP.Net Web API 2 service and the firewall denies the DELETE method to go through (only POST and GET are allowed).
Is there a way that we can bypass this and invoke my DELETE method in the API?