Details
-
Type: Task
-
Status: Closed (View Workflow)
-
Priority: Major
-
Resolution: Done
-
Affects Version/s: None
-
Fix Version/s: None
-
Labels:
-
Story Points:1.5
-
Epic Link:
-
Sprint:Fall 5 : 14 Oct to 25 Oct, Fall 6 : 28 Oct to 8 Nov
Description
While working on IGBF-2055, I discovered that IGB hits the following URL many times.
I observed this when running IGB using "java -jar igb_exe.jar" and when running IGB using shell script run_igb.sh.
(It's possible that when run using the installer, IGB does not do this, due to different profiles being create a "development mode" for running IGB.)
Endpoint getting hit:
For this task, please investigate why the above REST endpoint keeps getting hit. Document same and then turn it off. I think this is left over from an experiment with error reporting.
Note: there are two ways of running IGB - "development mode" (IDE) and "execution" mode. Consult with Sai Charan Reddy Vallapureddy for details.
Attachments
Issue Links
- relates to
-
IGBF-2055 Investigate: What is the correct and useful user agent string for IGB to use?
- Closed
I replicated the issue by running IGB network traffic through a postman proxy on port 5555:
./run_igb.sh -Dhttp.proxyHost=127.0.0.1 -Dhttp.proxyPort=5555
I then monitored packet transfer using the command line tool tcpdump and learned that: