Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Set Cookies from request #88

Open
Melvin-88 opened this issue Aug 21, 2018 · 0 comments
Open

Set Cookies from request #88

Melvin-88 opened this issue Aug 21, 2018 · 0 comments

Comments

@Melvin-88
Copy link

Hi gays! I'm using your middleware. When I use the action (get), server sending me Set-Cookie in requests header but it don`t saving in document cookies. How can I save it? can there be a special setting? I tried to use it: "withCredentials: true"

export function postLogin(data) { return { type: types.LOGIN, payload: { client: 'default', request: { url: /api/v1/login, method: "post", withCredentials: true, data } } }; }

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant