Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Standard Widget Toolkit (SWT) » Access to details of response back to org.eclipse.swt.browser.Browser
Access to details of response back to org.eclipse.swt.browser.Browser [message #458671] Tue, 19 July 2005 00:14 Go to next message
Eclipse UserFriend
Originally posted by: darrin_ladd.statestreet.com

Is it possible (and how) to get access to the details (HTTP Header/cookies)
of a response to a URL request through the Browser widget? I would like to
be able to programatically parse the information being sent back outside of
the Brower.

Thanks for your help!
Darrin
Re: Access to details of response back to org.eclipse.swt.browser.Browser [message #458678 is a reply to message #458671] Tue, 19 July 2005 05:23 Go to previous message
Philippe Ombredanne is currently offline Philippe OmbredanneFriend
Messages: 386
Registered: July 2009
Senior Member
"Darrin Ladd" <darrin_ladd@statestreet.com> wrote in message
news:dbhglk$1tt$1@news.eclipse.org...
> Is it possible (and how) to get access to the details (HTTP
Header/cookies)
> of a response to a URL request through the Browser widget? I would like
to
> be able to programatically parse the information being sent back outside
of
> the Brower.
You could try to use Browser#execute() to execute some JavaScript on the
current page that could do that for you, I guess. May be triggered by a
LocationListener that would be fired when navigating to a new URL

--
Cheers, Philippe
philippe ombredanne | nexB
1 650 799 0949 | pombredanne at nexb.com
http://www.nexb.com
http://eclipse.techforge.com
http://sf.net/projects/easyeclipse
Previous Topic:Composite that only refreshes on window Resize
Next Topic:An idiot question--Where can I find 'org.eclipse.swt.widgets.Dialog' at CVS repository
Goto Forum:
  


Current Time: Wed Apr 24 18:18:06 GMT 2024

Powered by FUDForum. Page generated in 0.03125 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top