I see the documentation only talks about recording the traffic from a browser by setting the proxy to localhost:8000.
I have a senario where I have to record the traffic from a device. Basically its an mobile app from which I want to record the REST endpoints called.
I do it by connecting my mobile to a hotspot from the mac and use dnsmasq to divert the traffic to localhost:8000 while the recorder is listing to 8000.
However in this case my device is neither able to connect to he internet nor anything shows up in the Gatling “Executed Events”.