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.

asked 02 Oct '14, 19:54

sbsllc's gravatar image

sbsllc
111
accept rate: 0%


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.

link

answered 03 Oct '14, 11:01

Quinn's gravatar image

Quinn ♦♦
14.4k3925
accept rate: 35%

Your answer
toggle preview

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "title")
  • image?![alt text](/path/img.jpg "title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Tags:

×81
×5
×3
×1

Asked: 02 Oct '14, 19:54

Seen: 4,268 times

Last updated: 03 Oct '14, 11:01