Am 14.12.2017 um 09:50 schrieb Saju Thankathurai:
> 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";,

Have you tried this?

{
     "/somelink/*": {
       "target": "firsttarget",
       ...
      },
     "/someotherlink/*": {
       "target": "secondtarget",
       ...
      },
}

You can also use a JavaScript file proxy.config.js, where the configuration is an array. Every item of the array creates a proxy:
https://github.com/angular/angular-cli/blob/master/docs/documentation/stories/proxy.md

Hope that helps.

-- Christoph

--
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