Hi all,

I currently have an axwebbrowser component and i am trying to navigate to a website but sending a custom User-Agent in the http headers, Ive tried:

Code:
test = "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-GB; rv:1.8.1.6) 
Gecko/20070725 Firefox/2.0.0.6"
       
        AxWebBrowser1.Navigate("http://blarblar.com", "", "", "", test)
However this doesnt work, and if i check the web logs, the user agent is just the same.

Any ideas?

Thanks