Quote:
Originally Posted by wayfarer07
Although, with cURL, you can set it not to follow an HTTP 301 or 302 redirect. If I remember right, you can set it to just read the header response and not the body. If you get a Location: header that is different than without sending a mobile user-agent header from your PHP script, it is trying to support mobile, in theory.
|
Is it possible to somehow "read" what CSS characteristics a page is serving up?
Regardless of the root to getting there, if the page contained
some commonly used Mobile Safari CSS properties
that would be a pretty big give away wouldnt it?
So if you could change the user agent using cURL to mimic an iPhone
device and then somehow parse the CSS I think that would be 90% of problem solved. No?
Easier said than done of course.
__________________
RATE-MY-WEBSITE.com "Free website reviews by real web professionals" Please login or register to view this content. Registration is FREE
Last edited by TWD; 10-29-2010 at 07:11 PM..
|