withCredentials support
See original GitHub issuecurrently i couldn’t make the following work
RestangularProvider.setDefaultHttpFields({ withCredentials: true });
by looking at the request creation,
let requestOptions = new RequestOptions({
seems we are missing withCredentials: true
as one of the options. I just wonder if this is the case, since without it, i couldn’t get ‘set-cookie’ work
Issue Analytics
- State:
- Created 7 years ago
- Comments:5 (2 by maintainers)
Top Results From Across the Web
XMLHttpRequest.withCredentials - Web APIs | MDN
The XMLHttpRequest.withCredentials property is a boolean value that indicates whether or not cross-site Access-Control requests should be ...
Read more >XMLHttpRequest API: withCredentials | Can I use... Support ...
"Can I use" provides up-to-date browser support tables for support of front-end web technologies on desktop and mobile web browsers.
Read more >is there any CORS/ withCredentials support? #986 - GitHub
i wanna make a CORS request, but i didn't find any options in the readme file. i just using the jQuery on the...
Read more >Credentials Binding Plugin - Jenkins
withCredentials : Bind credentials to variables. Allows various kinds of credentials (secrets) to be used in idiosyncratic ways. (Some steps explicitly ask for ......
Read more >Restangular does support withCredentials options and the ...
if restangular support withcredentials option and the other options for a cors request or not. I mean can I use it in a...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
It is a valid issue: https://github.com/2muchcoffeecom/ng2-restangular/blob/0a3d8151d697b4776393596125d9ae12148ce120/src/ng2-restangular-helper.ts#L10-L16 not add withCredentials to RequestOptions.
you’re welcome @tamascsaba, thanks for your contribution 👍