A friendly place for programming greenhorns!
Big Moose Saloon
Search
|
Java FAQ
|
Recent Topics
Register / Login
JavaRanch
»
Java Forums
»
Java
»
Servlets
Author
User Agent String???
Jon Tsatsonis
Greenhorn
Joined: May 10, 2000
Posts: 4
posted
Jun 22, 2000 07:33:00
0
Does any one know how you can extract this using
Servlets
???
Thanks,
Jon.
henley
Greenhorn
Joined: Jul 06, 2000
Posts: 16
posted
Jul 06, 2000 14:51:00
0
String
browser = request.getHeader("User-Agent");
Heitor Bembom
Greenhorn
Joined: Jul 11, 2000
Posts: 10
posted
Jul 11, 2000 15:36:00
0
request.getHeader("User-Agent");
Is returning "null" if I use a Mac. It works fine with Windows. Does anybody knows why it is not working on Macs? Is there any other method I can use?
Thanks,
Heitor Bembom
I agree. Here's the link:
http://aspose.com/file-tools
subject: User Agent String???
All times are in JavaRanch time: GMT-6 in summer, GMT-7 in winter