Open
Description
Branch/Environment/Version
- Branch/Version: Master
- Environment: All
Describe the bug
Currently, Tyk returns a JSON response when a request with Content-Type "application/soap+xml" incurs in an error.
Reproduction steps
Steps to reproduce the behavior:
- Add api
- Add basic auth to the api
- Call api without authorization and with the Content-Type header set to
application/soap+xml
Actual behavior
Returns JSON error message
Expected behavior
Returns XML error message
Activity