fiddler - how to create a request with FiddlerScript -


I want to launch intelligence from the command line and want to populate the request builder with the requested parameter.

Is it possible that ExecAction (or otherwise) and FiddlerScript ?

Can anyone start me with the required FiddlerScript ? I can not find anything in Docs ...

Thanks

Fiddles You You can generate any HTTP requests. Use the utilIssueRequest method and use it specifically.

The composer must send a new request that you call FiddlerApplication.DoComposeByCloning (OS) , passing the session to display in the composer as the parameter.

Comments

Popular posts from this blog

qt - switch/case statement in C++ with a QString type -

python - sqlite3.OperationalError: near "REFERENCES": syntax error - foreign key creating -

Python's equivalent for Ruby's define_method? -