I am currently running n8n from my local using docker on 5678 port. I have another application running on 8080 port locally which I am able to hit from the browser using “http://localhost:8080/getDescriptions?userName=XYZ“
I imported the curl command to configure the http endpoint in the request tool but the request keeps failing with error “**The service refused the connection - perhaps it is offline”
Can someone help me with what the issue is**