| Author |
Web Browser
|
Eric Gero
Ranch Hand
Joined: Jul 20, 2005
Posts: 73
|
|
I have a very simple web browser written in Java. It uses a URLConnection and JEditorPane. I would like to mask the "user-agent" header property that the browser reports. Currently the "user-agent" displays as "Java/1.5.0_07" and some websites think it is a crawler. Any ideas on where I should look? I have tried setting System properties, and URLConnection properties, but it hasn't helped. Thanks, Eric
|
 |
Joe Ess
Bartender
Joined: Oct 29, 2001
Posts: 8265
|
|
|
Have a look at Jakarta Commons HttpClient. It exposes the headers so you can set the user-agent.
|
"blabbing like a narcissistic fool with a superiority complex" ~ N.A.
[How To Ask Questions On JavaRanch]
|
 |
Eric Gero
Ranch Hand
Joined: Jul 20, 2005
Posts: 73
|
|
|
Thank you, I will have to dig into it a little, but from the website, it appears to be exactly what I need.
|
 |
 |
|
|
subject: Web Browser
|
|
|