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

Preflight OPTIONS bug fix #125

Closed
joegasewicz opened this issue Dec 11, 2019 · 0 comments · Fixed by #126
Closed

Preflight OPTIONS bug fix #125

joegasewicz opened this issue Dec 11, 2019 · 0 comments · Fixed by #126
Assignees
Labels
bug Something isn't working

Comments

@joegasewicz
Copy link
Owner

joegasewicz commented Dec 11, 2019

Preflight OPTIONS bug fix introduced another bug: #63
after the OPTION verb gets passed through without authenticating the bug fix also pushes all verbs through.

To fix this issue we need to only worry about the preflight request, the following VERB request then gets past through FJR as normal.

@joegasewicz joegasewicz added the bug Something isn't working label Dec 11, 2019
@joegasewicz joegasewicz self-assigned this Dec 11, 2019
joegasewicz added a commit that referenced this issue Dec 11, 2019
**Release 0.0.26** - 2019-12-11

- Preflight OPTIONS bug fix [Issue #125](#125)
joegasewicz added a commit that referenced this issue Dec 11, 2019
**Release 0.0.26** - 2019-12-11

- Preflight OPTIONS bug fix [Issue #125](#125)
joegasewicz added a commit that referenced this issue Dec 11, 2019
**Release 0.0.26** - 2019-12-11

- Preflight OPTIONS bug fix [Issue #125](#125)
joegasewicz added a commit that referenced this issue Dec 11, 2019
**Release 0.0.26** - 2019-12-11

- Preflight OPTIONS bug fix [Issue #125](#125)
joegasewicz added a commit that referenced this issue Dec 11, 2019
**Release 0.0.26** - 2019-12-11

- Preflight OPTIONS bug fix [Issue #125](#125)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant