N newtoiphonesdk macrumors 6502a Original poster Jul 30, 2010 567 2 Apr 4, 2012 #1 Is there a way to do a NSURLRequest RequestWithURL and keep it from redirecting to the mobile version of a website?
Is there a way to do a NSURLRequest RequestWithURL and keep it from redirecting to the mobile version of a website?
C cMacSW macrumors regular Mar 20, 2006 180 0 Apr 4, 2012 #2 Possibly, it depends on what the site is using to determine if it is being viewed on a mobile device. You could try tricking it by setting the User Agent to something other than "Safari iOS"
Possibly, it depends on what the site is using to determine if it is being viewed on a mobile device. You could try tricking it by setting the User Agent to something other than "Safari iOS"