Use Fiddler to understand the HTTP communication and add the missing
Header details to the request using web_add_header function.
Regards
Vamsi
http://Performancetestinginfo.blogspot.com
On Apr 23, 8:31 am, chaitanya bhatt <
bhatt.chaita...@gmail.com> wrote:
> The key to this is web_add_auto_header() function to add custom header
> information to your requests.
>
> This can be a tricky task. Constructing the right set of header
> information can be painful. You have to be certain about what is required
> and more importantly about the position of the headers that you place, which
> really decides whether your request returns with a pass or fail.
>
> Example:
>
> web_add_auto_header("Host","blahblah.*.**.com");
> web_add_auto_header("User-Agent","*");
> web_add_header("Content-Length","654");
>
> Now, as you see the content length is placed in 3rd position but your http
> server might expect it before user agent's position. You need to be familiar
> with HTTP 1.1 and RFC standards to better understand what you really need
> and what you don't.
>
> Chaitanya M Bhatthttp://
www.performancecompetence.com
>
>
>
>
>
> On Fri, Apr 23, 2010 at 8:15 AM, Vickyta :) <
vickyt...@gmail.com> wrote:
> > Hello Chaitanya,
>
> > I am not recording the script, I am following the KBs previously sent
> > since according to the first one, actions such as clicking on "Open"
> > and "Save as" from the "Download file" window are client side activity
> > that will not be recorded, and this is my case, once the URL is
> > launched the “Download Window” will show up.
>
> > Is there a way to manually add the missing headers?
>
> > Thanks,
> > Vicky
>
> > On Thu, Apr 22, 2010 at 8:34 PM, chaitanya bhatt
> > <
bhatt.chaita...@gmail.com> wrote:
> > > Looks like you have a missing header information in your request.
> > Configure
> > > your recording options to record all types of headers and try again.
> > Content
> > > length of a file is a meta data and technically this is supposed to be
> > > stored in the request's header and I don't see it your request.
>
> > > -Chaitanya M Bhatt
> > >
http://www.performancecompetence.com
>
> > >>
LR-LoadRunne...@googlegroups.com<LR-LoadRunner%2Bunsubscribe@goog
legroups.com>
> > >
LR-LoadRunne...@googlegroups.com<LR-LoadRunner%2Bunsubscribe@goog
legroups.com>
> >
LR-LoadRunne...@googlegroups.com<LR-LoadRunner%2Bunsubscribe@goog
legroups.com>
> For more options, visit this group athttp://
groups.google.com/group/LR-LoadRunner?hl=en