Dear Team,
I’m using API Gateway 10.5 and everything works fine until it comes when the native API responded with 404, 405 and an error json model, the API Gateway overrides this error model with "
{
"Exception": "API Gateway encountered an error. Error Message: Native service provider error. Code : 404. Request Details: Service - "
}
"
I have tried to set Send Native Provider Fault Message = true, but it displayed an empty response body.
Any suggestions?
Thanks in advance