Oshri Ifrah

Results 6 comments of Oshri Ifrah

Hey @chimurai , I used you settings as described above but still stuck on the infinite authentication popup before those settings it was 401. my web api authentication is as...

@chimurai , I tried to investigate the issue. So first i created small node server with node-http-proxy: ```javascript Agent = new Agent({ maxSockets: 100, keepAlive: true, maxFreeSockets: 10, keepAliveMsecs:100000, timeout:...

@EladBezalel I've pushed to my githab repo the code example based on [AngularClass](https://github.com/AngularClass/angular2-webpack-starter) webpack starter. Please look at [http-proxy.js](https://github.com/oshri551/angular2-learning-project/blob/master/config/http-proxy.js) and [webpack.dev.js](https://github.com/oshri551/angular2-learning-project/blob/master/config/webpack.dev.js) under config folder. **Don't forget we need to install...

@chimurai, I tested it with express and it works ! ... but with webpack-dev-server it is still on the authentication popup loop. @Alex-Torres , @bac42x ... are you working with...

@EladBezalel Take a look at webpack-dev-server package.json This is the` "http-proxy-middleware": "~0.17.1"` dependency so if you update the package it will choose 0.17.4 because of the tilde symbol. So i...

Hi, the issue is probably because you are behind proxy. There is a workaround to solve this issue: Add new file named `.typingsrc` to the project root directory Add this...