cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

SAP Cloud Integration Connection IP

APS_integration
Discoverer
0 Likes
1,339

Hi,


I need assistance on how to know the External IP of a request sent by CPI with the HTTP Receiver Adapter.

Is there anyway to know the IP that CPI used during an outgoing HTTP connection?

Does the system log this info anywhere when the Iflow id in TRACE mode?

Is this information stored in the context (properties or headers) somehow once the connection has been closed?

SAP provides a range of IPs that CPI could use for an outgoing connection here:

https://help.sap.com/docs/BTP/ea72206b834e4ace9cd834feed6c0e09/d722f7cea9ec408b85db4c3dcba07b52.html...

But we would like to know the exact IP that CPI used once the connection has finished.

Thanks in advance.

Accepted Solutions (0)

Answers (1)

Answers (1)

fredrik_borlie
Contributor

Sorry for a really late answer.
Today there exist APIs for that, which you can build into your flow
ipify - A Simple Public IP Address API

There is most likely also other services that does the same thing.