Finding Ip address of sender webservice request

2
Hello, On one of our applications we see a very high number of empty webservice (SOAP) requests coming in. I would like to find out where those requests are coming from, so I have set the webservices lognode (among others) to trace. Thusfar I have not been able to find an ipaddress in the logs that I can link to these requests. Does anyone know how I can find out who is sending these requests? Regards, Martin
asked
1 answers
3

Hi Martin,

In Cloud V4 you should be able to find the IP address in the trace message of the webservice:

APP   TRACE   WebServices: Header X-Forwarded-For: <IP-Addresses>

Cheer,

Jeffrey

answered