robot-shop icon indicating copy to clipboard operation
robot-shop copied to clipboard

EUM endpoint needs tailing / for backend to capture client IP address

Open RapTho opened this issue 1 year ago • 0 comments

In the robot-shop-web-1 container the /usr/share/nginx/html/eum.html reportingUrl requires a tailing / when sending EUM data to :86/eum/. Otherwise the GET request to :86/eum/ is responded with HTTP 301.

After adding a / in the line, it worked and IP addresses were captured and correctly geolocated.

Example of the corresponding line: ineum('reportingUrl', 'http://<myHostIP>:86/eum/');

Feel free to Slack me IBM internally for more information

RapTho avatar Nov 01 '22 15:11 RapTho