Gatling for localhost app

Hi !

Context : I am running a node api (listening to 8000 on localhost), and on the same machine a Unity client, requesting the api on http://localhost:8888.

Objective : I want Gatling to record the requests and responses between the two.

What I’ve done so far : Putting Gatling to listen on 8888 and output on http://localhost:8000.

My problem : - There is nothing recorded, although requests seems to reach the server.

  • Responses are not reaching the client.

Thanks a lot for your help !