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

Feature request: Example of how to implement with CORS and SSL via docker #179

Open
palewire opened this issue Jun 1, 2022 · 3 comments

Comments

@palewire
Copy link

palewire commented Jun 1, 2022

This is the use case I'm trying to implement now and I'm struggling to get a CORS hit on an upload request from a separate dockerized node application to connect with the GCP emulator container.

@palewire
Copy link
Author

palewire commented Jun 2, 2022

If I'm reading the errors I get locally correctly, I believe this may require that the server here support a preflight OPTIONS request.

@ngbrown
Copy link

ngbrown commented Jun 5, 2022

I just ran into this too. The server needs to respond to OPTIONS with a Access-Control-Allow-Origin.

@oittaa
Copy link
Owner

oittaa commented Aug 3, 2022

I've been traveling lately so I haven't really followed what's going on in GitHub, but this seems like a good idea. There are some minor style issues on the pull request, but otherwise it looks good to me.

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