Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.java.gui > #396

Re: changing UserAgent st

From "Daniel Pitts" <daniel.pitts@THRWHITE.remove-dii-this>
Subject Re: changing UserAgent st
Message-ID <1166056878.313835.46610@t46g2000cwa.googlegroups.com> (permalink)
Newsgroups comp.lang.java.gui
References <1165942724.020672.243670@79g2000cws.googlegroups.com>
Date 2011-04-27 15:27 +0000
Organization TDS.net

Show all headers | View raw


  To: comp.lang.java.gui

Darrell Berry wrote:
> Hi
>
> How do I set the UserAgent string used by the underlying connection a
> JEditorPanel uses when it is rendering an HTML page?
>
> ie
>
> if my HTML includes
>
>    <img src="http://mysite.com/cat.jpg">
>
> how/where can I set the User Agent that mysite.com's server will see
> the query coming from, when Java connects to it to pull in that image?
> I don't want to manually set up a connection to pull back the binary
> data and then assemble the content myself -- that's what JEditorPanel
> is for!
>
> But I can't see where I can set this property....?
>
> All help appreciated.
>
> Thanks

Actually, thats NOT what JEditorPanel is for.  the Java standard API
only gives one the hope of supporting web-browser capabilities, without
actually providing the real opportunity.

I would instead look into apache httpclient library:
<URL:http://jakarta.apache.org/commons/httpclient/>

Good luck.

---
 * Synchronet * The Whitehouse BBS --- whitehouse.hulds.com --- check it out free usenet!
--- Synchronet 3.15a-Win32 NewsLink 1.92
Time Warp of the Future BBS - telnet://time.synchro.net:24

Back to comp.lang.java.gui | Previous | NextPrevious in thread | Find similar


Thread

changing UserAgent string "Darrell Berry" <darrell.berry@THRWHITE.remove-dii-this> - 2011-04-27 15:27 +0000
  Re: changing UserAgent st "Daniel Pitts" <daniel.pitts@THRWHITE.remove-dii-this> - 2011-04-27 15:27 +0000

csiph-web