GET Requests failing

Hello,

When sending a GET request and error log is being produced.

image

Is there any idea how to resolve this?

Hey @danpaul welcome to the community :wave:

It looks like you don’t have any local server running on port 8080 .

You would need a local HTTP server running which accepts connection on port 8080 before you can make requests to it.

Check my post at this thread There is a similar thread here: POST to localhost to find out how you have a simple web-server running locally