Hi,

I need to make a proxy connection in Angular 5. One in port 8080 and
another in port 9090.

*Proxy 1 :*
URL: http://WKC9092dfddd:8080/myadmin/myuser/rest
Server: Spring boot tomcat server running on port 8080

*Proxy 2 :*
http://WKC9092dfddd:9090/somelink/someteam
Server: Jetty running on port 9090

And my Angular5 code runs on port 8443 in tomcat sever.


I was able to create a single proxy but need to know the dual proxies.

Below is my proxy.config.json

{
    "/somelink/*": {
      "target": "http://WKC9092dfddd:9090";,
      "secure": false,
      "logLevel": "debug"
    }
  }

Any help please.

--

*Saju Thankathurai​​*

-- 
You received this message because you are subscribed to the Google Groups 
"Angular and AngularJS discussion" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/angular.
For more options, visit https://groups.google.com/d/optout.

Reply via email to