Spoofing UserAgent in Opera
- by PoweRoy
I'm trying to spoof Opera (under linux) to be an other browser, in this case iPad for some testing purposes.
Now I know sites can check which browser is accessing the using for example in PHP $useragent = $_SERVER['HTTP_USER_AGENT']; and in javascript navigator.userAgent (or navigator.platform).
In firefox you can use an addon to easily switch…