test agents detected as mobile browsers by some cms
|
12-09-2010, 06:33 PM
Post: #1
|
|||
|
|||
test agents detected as mobile browsers by some cms
Im trying to test a site which runs on Kentico CMS...
On testing on major browsers locally, it shows the website fine, but on webpagetest.org it redirects to the mobile version. After initial debugging, i figured it is based on the user agent. for example user agent of "Gloucester, UK - IE7 - DSL" is :- Code: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.2; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30; .NET CLR 3.0.04506.648; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; PTST 2.252) When i make a request to the site with this useragent from any browser it will be redirected to the mobile site, but if i delete the ; PTST 2.252 portion, it returns the normal website just fine. On googling i couldnt find any documentation about the PTST portion. Even on my decent trafficked website, only 4 out of 1071901 hits contained the term PTST . Is this some user agent string unique to webpagetest? Is there a way to mention a custom user-agent string while making a test? FYI :- Code: sajal@sajal-laptop:~$ HEAD -S -H 'User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.2; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30; .NET CLR 3.0.04506.648; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; PTST 2.252)' http://www.<snip>.com/home.aspx Note: Second request has the PTST portion removed cdnplanet.com: We help you select the right CDN |
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
test agents detected as mobile browsers by some cms - sajal - 12-09-2010 06:33 PM
RE: test agents detected as mobile browsers by some cms - pmeenan - 12-10-2010, 02:12 AM
RE: test agents detected as mobile browsers by some cms - sajal - 12-10-2010, 03:51 AM
RE: test agents detected as mobile browsers by some cms - pmeenan - 12-10-2010, 04:11 AM
|
User(s) browsing this thread: 1 Guest(s)