You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I just tried the query below using an iPhone UA string, but the returned HTML content was still for the desktop version.
select * from {table} where url="http://www.amazon.com/" and ua="Mozilla/5.0 (iPhone; CPU iPhone OS 9_1 like Mac OS X) AppleWebKit/601.1.46 (KHTML, like Gecko) Version/9.0 Mobile/13B143 Safari/601.1"
The interesting thing is it worked (I got the mobile version) if I changed url to http://www.yahoo.com/. Maybe some sites like Amazon is looking for another HTTP header that needs to be set in order for it to be identified as a mobile device?
The text was updated successfully, but these errors were encountered:
I just tried the query below using an iPhone UA string, but the returned HTML content was still for the desktop version.
The interesting thing is it worked (I got the mobile version) if I changed
url
to http://www.yahoo.com/. Maybe some sites like Amazon is looking for another HTTP header that needs to be set in order for it to be identified as a mobile device?The text was updated successfully, but these errors were encountered: