unable to call third party service from apigee

Not applicable

Hi,

I am facing issue while call third party service.

Able to hit third party service from postman (through client proxy)

Trying to hit same from target endpoint like this

<HTTPTargetConnection>
<Host>xxxxxx</Host>
<port>3128</port>
<Properties>
<Propertyname="use.proxy">true</Property>
</Properties>
  <SSLInfo>
            <Enabled>true</Enabled>
 </SSLInfo>
<URL>https://endpointurl</URL></HTTPTargetConnection>

please let me know, if i missing anything

0 2 131
2 REPLIES 2

it could be that your proxy is not accessible from the Apigee Edge gateway machine .

Have you verified that?

BTW, Are you referring to Apigee Edge Saas or a customer-managed installation of Apigee Edge? Where is the gateway machine running?

Hi @Guru Venkatesh,

Correct me if wrong but I think you are specifying the http forward proxy via your elements Host and port which I do not think the message processor will take into account to honor them it just ignores them. To see a detailed guide to set up an http proxy to your third party services check here https://docs.apigee.com/private-cloud/latest/configure-forward-proxying-edge-backend-server, Note that this is very likely not to be available to eval/trial orgs.

Hope this helps