Confirmed users
1,567
edits
(→Things to think about when testing: adding information about 1.2 and ua override) |
|||
| Line 93: | Line 93: | ||
* [https://developer.mozilla.org/en-US/docs/Tools/Network_Monitor Firefox Network Monitor] (built-in from version 23) | * [https://developer.mozilla.org/en-US/docs/Tools/Network_Monitor Firefox Network Monitor] (built-in from version 23) | ||
* [https://addons.mozilla.org/fr/firefox/addon/firebug/ Firebug Add-on] | * [https://addons.mozilla.org/fr/firefox/addon/firebug/ Firebug Add-on] | ||
* [https://addons.mozilla.org/en-US/firefox/addon/user-agent-switcher/ User Agent Switcher] Very practical it will modify the HTTP header AND the navigator object properties. | |||
* [https://addons.mozilla.org/en-US/firefox/addon/modify-headers/ ModifyHeaders Add-on] gives a way to modify the '''HTTP headers''' you are sending to a Web site. It will not work for JavasScript scripts looking for navigator.userAgent. | * [https://addons.mozilla.org/en-US/firefox/addon/modify-headers/ ModifyHeaders Add-on] gives a way to modify the '''HTTP headers''' you are sending to a Web site. It will not work for JavasScript scripts looking for navigator.userAgent. | ||
===== Others ===== | ===== Others ===== | ||