Using Firefox "Modify Headers" Add-on to change your browser's "User-Agent" attribute in HTTP header
Using Firefox "Modify Headers" Add-on to change your browser's "User-Agent" attribute in http header
To install the "modify Headers" add on, go to the following url:
https://addons.mozilla.org/en-US/firefox/addon/967/Then click "continue to download" and follow the steps. At the end it will ask you to restart Firefox.
Once the add-on is active, go to Tools->Modify Headers.
In the new popped up window, select Add in the first select box. Next box will define the attribute name (User-Agent) and the following after that, will define the value ("SonyEricsson e800"). The last box defines your comment and, probably, is optional.
To make use of this attribute in the header of all http requests sent by your Firefox, click "Configuration" and "Always ON".
After this, all http requests will look like this:
Code:
GET / HTTP/1.0
Host: www.yahoo.com
User-Agent: SonyEricsson W800i
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en,ro-ro;q=0.8,ro;q=0.6,en-us;q=0.4,en-gb;q=0.2
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Referer: http://google.com/
Cookie: style_cookie=printonly; phpbb_a2srz_u=1; phpbb_a2srz_k=; phpbb_a2srz_sid=871166b94e13b6d9e45611bcede06826
Via: 1.1 ng-dpx01.intinfra.com:3128 (squid/2.6.STABLE21)
X-Forwarded-For: 10.226.55.227
Cache-Control: max-age=259200
Connection: keep-alive
(Above request goes through a proxy, of course).