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

how to not use corsUrl in browser with cors supported request method like axios #49

Open
yin0713 opened this issue Jan 13, 2025 · 1 comment

Comments

@yin0713
Copy link

yin0713 commented Jan 13, 2025

No description provided.

@cjvnjde
Copy link
Owner

cjvnjde commented Jan 25, 2025

From what I know it is a browser limitation.
Browsers block cross-origin requests if the server doesn't include cors headers. But you can use some browser extensions to bypass it.

I recommend using your own api (since most apps require some api)

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

2 participants