ServerURL Property (.NET)

 

Type: String

 

This property sets the base URL to use on self-redirects which occur when calling the GetExtendedBrowser method for extended property detection. By default BrowserHawk will determine this on its own, and in the vast majority of cases there will be no need for you to set this manually.

 

However, some sites do load balancing in such a way that the URL the server reports is not the URL which should be used. This causes browser to be redirected to the wrong server. If you encounter this behavior, set this property to your own URL to override the automatic detection. Include the protocol, host, and port (if not port 80 by default), but nothing more.

 

See Also:

GetExtendedBrowser Method (.NET)

Port Check Server Configuration