Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.java.gui > #396
| Path | csiph.com!x330-a1.tempe.blueboxinc.net!feeder1.hal-mli.net!news.glorb.com!news-out.readnews.com!transit3.readnews.com!news-out.news.tds.net!newsreading01.news.tds.net!86597e80!not-for-mail |
|---|---|
| From | "Daniel Pitts" <daniel.pitts@THRWHITE.remove-dii-this> |
| Subject | Re: changing UserAgent st |
| Message-ID | <1166056878.313835.46610@t46g2000cwa.googlegroups.com> (permalink) |
| X-Comment-To | comp.lang.java.gui |
| Newsgroups | comp.lang.java.gui |
| In-Reply-To | <1165942724.020672.243670@79g2000cws.googlegroups.com> |
| References | <1165942724.020672.243670@79g2000cws.googlegroups.com> |
| Content-Type | text/plain; charset=IBM437 |
| Content-Transfer-Encoding | 8bit |
| X-Gateway | time.synchro.net [Synchronet 3.15a-Win32 NewsLink 1.92] |
| Lines | 39 |
| Date | Wed, 27 Apr 2011 15:27:18 GMT |
| NNTP-Posting-Host | 96.60.20.240 |
| X-Complaints-To | news@tds.net |
| X-Trace | newsreading01.news.tds.net 1303918038 96.60.20.240 (Wed, 27 Apr 2011 10:27:18 CDT) |
| NNTP-Posting-Date | Wed, 27 Apr 2011 10:27:18 CDT |
| Organization | TDS.net |
| Xref | x330-a1.tempe.blueboxinc.net comp.lang.java.gui:396 |
Show key headers only | 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 | Next — Previous in thread | Find similar
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