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