Proxy setup through fiddler

I want to check the request which is going from Gatling and that should be captured in fiddler .

So fiddler proxy has to be set in Gatling. need help on the same

Better way:

:slight_smile:

Additionally if you really want passthrough by proxy you can use:

//Beware of using correct Proxy Class, you need: import static io.gatling.javaapi.http.HttpDsl.Proxy;
    HttpProtocolBuilder httpProtocol =
            http
                    .proxy(Proxy("127.0.0.1",8080))