999kkkfi222
999kkkfi222

Reputation: 35

Change "Request Headers"(Post Protocol) using FiddlerScript

how can I change the "Request Headers"(Post Protocol) using FiddlerScript, for clarification please take a look at this:

It should be somewhere here ?

oSession.oRequest["..."] = "...";

But I don't know the correct key for oRequest.

Upvotes: 0

Views: 336

Answers (1)

999kkkfi222
999kkkfi222

Reputation: 35

Ok, I solved it by my self: it should be oSession.oRequest.headers.RequestPath="somepath"; and another statement oSession.oRequest.headers.HTTPMethod...

Upvotes: 0

Related Questions