|
|
| |
1. Anyone use HTTP for simulating a mobile |
|
Reply |
|
|
 Larry Woods | 2012-07-17 05:42:39 |
I want to simulate a mobile device using PHP. NOT recognize a mobile device but "be" a mobile device.
Anyone? |
| |
2. Re: Anyone use HTTP for simulating a mobile |
|
Reply |
|
|
 Manuel Lemos | 2012-07-17 05:51:07 - In reply to message 1 from Larry Woods |
What exactly do you mean by wanting to "be" a mobile device?
You can always send HTTP requests with the user agent identification of a mobile device, but it is up to the server side application to serve different content or not. |
|