Hello,
When sending a GET request and error log is being produced.
Is there any idea how to resolve this?
Hello,
When sending a GET request and error log is being produced.
Is there any idea how to resolve this?
Hey @danpaul welcome to the community
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