We have a requirement that resource should allow only valid HTTP methods. If resource is supported for only GET and resource is called using other HTTP method like PUT, POST, TRACE etc.
API proxy should return the customized error message. We have implemented it and it works fine for PUT, POST. But for Trace method, it does not seem to be working fine. I started the trace session for API proxy and found that API call is not captured with Trace method.
Solved! Go to Solution.
Hello @Varun Singh,
I think, TRACE is not allowed, as per the historical article here