I am building a poc in which I redirect the api calls from my haproxy to apigee, handle api throttling and redirect to the api layer.
my api proxy is http://csp-trial-test.apigee.net/example. In my HaProxy I am forwarding it to this api proxy as follows
frontend incoming
backend api
server apigee csp-trial-test.apigee.net:80
But I am getting 404 error. I also tried the public IP of this host and got the same error. Am I requesting the correct host? What's the suggested way to achieve this?
When I tried forwarding the request to mocktarget.apigee.net:80 it is working fine. But I am getting 404 only when I use csp-trial-test.apigee.net:80