question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

withCredentials support

See original GitHub issue

currently 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:closed
  • Created 7 years ago
  • Comments:5 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
tamascsabacommented, Feb 3, 2017
0reactions
tairezzzzcommented, Feb 10, 2017

you’re welcome @tamascsaba, thanks for your contribution 👍

Read more comments on GitHub >

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

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found