Icon View Thread

The following is the text of the current message along with any replies.
Messages 1 to 4 of 4 total
Thread How to get the response headers in client
Tue, Feb 28 2017 5:50 AMPermanent Link

tompaw

I need to be able to extract information from the response headers when an application starts. Is there any way to do this in EWB?
Regards

Thomas Werner
A-DATA Infosystem AB
Tue, Feb 28 2017 6:36 AMPermanent Link

Matthew Jones

tompaw wrote:

> I need to be able to extract information from the response headers when an application starts. Is there any way to do this in EWB?

Do you mean the original page load response? If it is available in Javascript at all, then EWB can get it. First, find the Javascript solution...

--

Matthew Jones
Tue, Feb 28 2017 4:18 PMPermanent Link

Tim Young [Elevate Software]

Elevate Software, Inc.

Avatar

Email timyoung@elevatesoft.com

Thomas,

<< I need to be able to extract information from the response headers when an application starts. Is there any way to do this in EWB? >>

Not that I'm aware of.  You *can* issue a separate server request for the same resource and see what the server sends back, but that's an additional round-trip and you might not be able to reproduce the original request exactly as executed.

Tim Young
Elevate Software
www.elevatesoft.com
Wed, Mar 1 2017 8:31 AMPermanent Link

tompaw

OK,

I Googled about the Javascript solution but decided to skip it and try another way to transfer server session information to the client application.

Thanks!
Regards

Thomas Werner
A-DATA Infosystem AB
Image