Arduino webserver ADVANCED

I have a quick question about webservers:

Is it possible to have the arduino webserver recognize between mobile devices and regular computers and change format for each?

Thanks,
Elijah

Is it possible? probably.

You will want to be careful with how much code you use to check if you're dealing with a mobile phone.

A good bit of info is transfered during a HTTP request. You might want to check the variables provided by a moble application/browser to see what is sent, and see if the arduino software being used is able to capture the sent info.