APIGEE proxy returning 404
https://trizettoprovider-dev-dev-dev.apigee.net/api.api/patientresponsibilityestimate
I have verified the same API in the postman got the response back .
I have created target server which communicates through Azure.
Since our HTTP setting on the Azure App Gateway also configured .
Can you please suggest me if anything is missing while configure APIGEE proxy.
Answer by Siddharth Barahalikar
·
May 09, 2019 at 02:38 PM
Subramanya, you need to check the Trace.
Start the trace session, hit this URL in a browser and check what is going wrong.
I see the following error,
Execution of ServiceCallout GetTokenForMadaket failed. Reason: ResponseCode 404 is treated as error
It is most probably an 404 error from your target side.