API Call with HTTP Trace Method

Not applicable

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 Solved
0 2 314
1 ACCEPTED SOLUTION

Not applicable

Hello @Varun Singh,

I think, TRACE is not allowed, as per the historical article here

View solution in original post

2 REPLIES 2

Not applicable

Hello @Varun Singh,

I think, TRACE is not allowed, as per the historical article here

Thanks @MEGHDEEP BASU. That help. 🙂