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

CORS handling on the codes #127

Merged
merged 6 commits into from
May 5, 2023
Merged

CORS handling on the codes #127

merged 6 commits into from
May 5, 2023

Conversation

BryceStevenWilley
Copy link
Collaborator

When trying to make a tool to better facilitate searching through codes, I quickly ran into the fact that our server doesn't allow cross-origin access from JS in the browser, which we might use for such a solution. There's no reason JS in the browser shouldn't be able to access any of the codes endpoints.

The solution from stackoverflow was what I went with.

It'd be a bit more complicated to try to allow e-filing submissions entirely through JS in the browser though, so I'm hesitant to dive into that.

@BryceStevenWilley BryceStevenWilley merged commit c537e43 into main May 5, 2023
@BryceStevenWilley BryceStevenWilley deleted the cors branch May 5, 2023 16:01
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

Successfully merging this pull request may close these issues.

1 participant