I have also noticed, If an error occurs in the API Gateway, lets say Method is not allowed ( 405 ) and I have an invoked flow service in Error Handling Policy configuration and “send native provider fault” is checked in the policy, I can see that the API Gateway is able to throw the Status code 405 but with an empty body, but when I looked at the logs in the API Gateway IS, I can see a in the server logs that the request was “Unable to invoke ESB service: . Exception:[ISS.0084.9004] Access Denied” but I was able to pass the credentials for the API Gateway.
Does this mean that when an error occurs in the API Gateway, the request headers authorization will be lost?
#API-Management#webMethods#API-Gateway