Get hands-on experience with 20+ free Google Cloud products and $300 in free credit for new customers.

Apigee not using port specified in target server

We have specified a target to use port 8081 but the requests are sent to port 80.

9724-apigee-target.png

9725-apigee-trace.png

And how our HTTPTargetConnection looks like.

    <HTTPTargetConnection>
        <Properties>
            <Property name="connect.timeout.millis">20000</Property>
        </Properties>
        <LoadBalancer>
            <Server name="XXXXX_STOK01_CSTA_API"/>
        </LoadBalancer>
        <Path>/tsg-csta</Path>
    </HTTPTargetConnection>
0 3 633
3 REPLIES 3
Top Solution Authors