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

Update Settings call not sending sid cookie #100

Closed
jde opened this issue Nov 28, 2016 · 2 comments
Closed

Update Settings call not sending sid cookie #100

jde opened this issue Nov 28, 2016 · 2 comments
Assignees

Comments

@jde
Copy link

jde commented Nov 28, 2016

Expected behavior

When we update settings from the admin app, the front end should send the cookie.

Actual behavior

The cookie isn't in the header, so the backend is sending a 401.

Steps to reproduce behavior

Log into the admin app.
Click Settings.
Click Save Settings.
See the 401.

@wyattjoh
Copy link
Collaborator

The fetch call should include the option credentials: 'same-origin' if it doesn't already.

@jde
Copy link
Author

jde commented Dec 2, 2016

Fixed!

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

3 participants