Hi,
i have used the default spec provided by apigee.(Persons).
there were no policies configured. but when i try to hot the URL either in API edge platform or from web browser, i am always getting 404 status code. can someone help this please.
i am a beginner, just started learning apigee,
Thank you
Answer by Abhinaba Nag · Dec 19, 2019 at 04:29 AM
Please check whether your target URL is exposed to internet or not (Apigee Edge wont be able to reach your intranet URL).
If it is exposed, please check whether there are any firewall rules applied or not, if applied, ask your network team to whitelist apigee southbound IPs(provided by Apigee Team).
Answer by Priyadarshi Ajitav Jena · Jul 18, 2020 at 08:13 PM
404 is page not found error. This means the url you are trying to hit is not found. can you check in trace what is the request url going to the backend and cross-check the same is available at your backend or not.