You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The new Angular HttpClient service allows for interceptors to mutate an outgoing request. This is where you would mutate the request to add things like authentication etc, but make sure you use the new bridge: https://github.com/Breeze/breeze.bridge2.angular
I need call ASP.NET Web API Breeze controller which use Windows authentication from Angular 5 / Breeze app.
I tried some modification for ajaxAdapter
Not work.
Request header doesn’t contains Authorization: NTLM ...
When I call Web API controller (no Breeze) which also require Windows authentication with Angular HttpClient it works.
Request header contains Authorization: NTLM ...
Web Client:
Any Idea?
Solution:
Use https://github.com/Breeze/breeze.bridge2.angular + angular HttpInterceptor
The text was updated successfully, but these errors were encountered: