I would like to set a condition by checking UserAgent with Javascript. I ran into a problem, that HTMLEXE’s custom UserAgent is not recognized with standard javascript request.
So, if you run a check, navigator.userAgent in Javascript does not recognize custom agent set in HTMLEXE.
I used the code listed here - https://www.w3schools.com/jsref/tryit.asp?filename=tryjsref_nav_useragent
I set user agent as Browser123! in HTMLEXE project
But this is what I get when I browse to the page with the script within HTMLEXE - https://i.imgur.com/zhG6ejO.png
How to make a request using Javascript to get Browser123! ?