we are in process of migrating node js proxy to hosted target and one of the proxy calls microgateway as the back end is sap on premise. The problem that we are gettig a timeout. When we trace the problem the call come from localhost and edge micro does not accept. But with node js version the trace shows an ip address and accept the call.
Any idea how to resolve problem.
Solved! Go to Solution.
Thank you the problem is firewall due to HT ip address we fixed the problem by passing through another proxy to get through EMG:
main_proxy(HT)----------> pass_through_proxy-------->EMG_proxy