N newtoiphonesdk macrumors 6502a Original poster 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 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"