I am trying to get call a page on my server from crossrider extension.
i am getting the user Agent differently when i a checking my server logs.
I am validating some logic based on the UserAgents of the browser.
it is in the form like below in browser User-Agent Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko
Below you can see the Browser headers
and my in my server Logs
server userAgent : Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C; .NET4.0E; InfoPath.2; rv:11.0) like Gecko
Looking around whether i can override it from crossrider API or jquery.
I am using appAPI.request.get method to call my page.
I am having this issue only in IE versions