S.S
S.S

Reputation: 1

HTTP on mobile devices based on different handset

I have little information about different handset I do not know exactly what can be mobile handset?can you help me?

Upvotes: 0

Views: 69

Answers (3)

Jessica
Jessica

Reputation: 6987

You'll want to look into the User-Agent strings, a list of which can be found here: http://www.zytrax.com/tech/web/mobile_ids.html .

Keep in mind that it's not 100% reliable, because many mobile browsers pretend to be desktop browsers (I know Skyfire encourages this just in case there are more videos in the desktop version).

Upvotes: 1

Sean
Sean

Reputation: 786

Depends on what's serving your pages up. The general method this is accomplished is by looking at the browser's user agent and then directing them to the appropriate page/template.

Upvotes: 0

xaxxon
xaxxon

Reputation: 19771

You'll want to look at the user agent header in the http request.

http://www.zytrax.com/tech/web/mobile_ids.html

Upvotes: 1

Related Questions