I am working on three different servers, one is a load balancer with a public IP address that uses an haproxy to forward to a private server. I can access this IP through any browser. Here I have a react app running that makes an http GET request to http://:8080/test - this private server has a node application listening. When testing locally there is no issues receiving data through the request, but on the private server I get a very basic "fetch request failed" error. I should note that I am able to ssh from the react server to the private one successfully. What is the problem or perhaps what is the best way to accomplish this?
via Hunter Houston
No comments:
Post a Comment