Recording loopback requests in Gatling

Hello,
I have deployed httpbin locally on my machine (to simulate HTTP requests) using gunicorn. I am trying to record HTTP requests such as (http://localhost:8000/ip, http://localhost:8000/delay/5, etc.) using Gatling recorder (recorder.sh). But due to some reason it is not recording localhost HTTP requests. HTTP requests to httpbin.org are getting recorded correctly. What might be the problem recording localhost HTTP requests? Does Gatling support HTTP requests to localhost?

Awaiting Responses.

Thank You.
Madhushri.

Look for a setting that says to bypass proxy for the local network. Or, instead of using localhost, use your external IP (and make sure that your server is listening on that IP)