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
Hello, i writing an application with Angular 5 and Django on server, we use this lib for Linkedin authentication and when send a request to server we need to send a CSRF-token, a added HttpClientModule, HttpClientXsrfModule to AppModule
HttpClientXsrfModule.withOptions({ cookieName: 'My-Xsrf-Cookie', headerName: 'My-Xsrf-Header', })
also added options to HttpClientXsrfModule, but i still have an error. In some examples i saw that was added withCredentials code line, but all request make this library, is there is something more that a should do ?
The text was updated successfully, but these errors were encountered:
Hello, i writing an application with Angular 5 and Django on server, we use this lib for Linkedin authentication and when send a request to server we need to send a CSRF-token, a added HttpClientModule, HttpClientXsrfModule to AppModule
HttpClientXsrfModule.withOptions({ cookieName: 'My-Xsrf-Cookie', headerName: 'My-Xsrf-Header', })
also added options to HttpClientXsrfModule, but i still have an error. In some examples i saw that was added
withCredentials
code line, but all request make this library, is there is something more that a should do ?The text was updated successfully, but these errors were encountered: