Hi,
We are using $AJAX_URL for our component. It generates a RequestHeaders in the returned xml which exposed web server details. Example of the result:
<![CDATA[[Cookie] = [JSESSIONID=xxxxx; _ga=xxxx; iw_which_ui=; iw_domain=xxxx; iw_user=****; TRILIBIS_EMULATOR_UA=xxxx; IWAUTH=5xx; IWPROXY_PATHTRACK=****]
[Accept] = [application/xml, text/xml, */*; q=0.01]
[X-Requested-With] = [XMLHttpRequest]
[User-Agent] = [Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36]
[Connection] = [Keep-Alive]
[Referer] = [https://****]
[X-Forwarded-Host] = [www.website.com]
[Host] = [localhost:8080]
[Accept-Encoding] = [gzip, deflate, sdch, br]
[IW-X-Forwarded-Scheme] = [https]
[X-Forwarded-For] = [My.IP.Here]
[Accept-Language] = [en-US,en;q=0.8]
[X-Forwarded-Server] = [My.Server.Name]
]]>
Correct me if I'm wrong, but this looks like it's the default behavior of the $AJAX_URL? Is there any way we can remove this information?
Thank You.
Regards,
Jihan