Re: Browser-derived headers images from proxy

2002-12-17 Thread Oliver Rossmueller
Scott Eade wrote: I have two questions pertaining to the results of recording a session using the HTTP Proxy Server. 1. If I record a HTTP session using the proxy, each request is created with a child HTTP Header Manager object. Should these be retained in the test script for playback or can

Re: Browser-derived headers images from proxy

2002-12-17 Thread Scott Eade
From: Oliver Rossmueller [EMAIL PROTECTED] You can remove all the HeaderManager objects and your tests will still work. The HeaderManager is important only if your applications uses header fields (e.g. UserAgent) to generate different responses. Great, this will neaten things up a little.

Browser-derived headers images from proxy

2002-12-16 Thread Scott Eade
I have two questions pertaining to the results of recording a session using the HTTP Proxy Server. 1. If I record a HTTP session using the proxy, each request is created with a child HTTP Header Manager object. Should these be retained in the test script for playback or can they be discarded? I