Change browser agent in web page monitor

Viewed 0

Is there a way to change the browser agent used by the web page monitor? I want to monitor a website but would like to server to see the requests coming from Internet Explorer 9 or Firefox 7 for example.

1 Answers

Hi sbsllc,

There is a registry value that you can add to your registry to be able to make this change. You will need to create a String Value key (location below) called "UserAgentAppend" and set the value to the browser that you want to use.

Location:
32-bit:
HKEY_LOCAL_MACHINESOFTWAREPowerAdminServerMonitor
64-bit:
HKEY_LOCAL_MACHINESOFTWAREWow6432NodePowerAdminServerMonitor

Thanks
Quinn

Please make sure to mark your questions accepted when you have your answer by clicking the gray check mark to the left of the answer.

Related