Post Reply 
Possible to change user agent options?
Dec. 31, 2011, 06:57 AM
Post: #1
Possible to change user agent options?
I've noticed you can configure your outgoing headers to show various browser types, etc. Is it possible to update these settings to more modern version numbers so that I don't look like a 4 year old browser?

Thanks!

Jay
Add Thank You Quote this message in a reply
Dec. 31, 2011, 02:45 PM
Post: #2
RE: Possible to change user agent options?
Yes.

Code:
[HTTP headers]
In = FALSE
Out = TRUE
Key = "User-Agent: SpaceBison (out) "
Match = "*"
Replace = "Space Bison/0.02 [fu] (Win67; X; SK)"

will make you look like a Space Bison. Change the Match and Replace to suit.

HTH
Add Thank You Quote this message in a reply
Post Reply 


Forum Jump: