API Gateway URL

Hey All

I am struggling in getting the URL path of gateway . I am using the service of getTransportInfo to get request URL ,but what I get is the redirection path(the actual one) .

For example :

http://test.com:12345/test/api/1.0/getTest

using the above URL (gateway) what I get is another path redirection not the URL itself of the gateway using getTransportInfo service

Thanks in advance

How are you calling the getTransportInfo and in the URI you are entering it as /invoke/pub.flow:getTransportInfo ?

HTH,
RMG

yes, I am using /invoke/pub.flow:getTransportInfo .