-
Notifications
You must be signed in to change notification settings - Fork 180
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
Cross origin resource sharing issue #9
Comments
First of all which browser do you use? |
I'm using Google chrome browser for my development... But actually I was able to resolve the issue. What I did was that I downloaded an extension called add-ons for unblocking cors policy in my Google chrome, after adding the extension, the errors went off, when i went further to make my research about this cors policy I found out that I could also enable this in my laravel application, and I tried it by adding some configuration in my cors.php file located inside the config directory but still did not work... And have been left with this question, won't this cors policy affect my application when deployed to an online server since they are using a different header and domain |
Hi 👋 theCodeholic, thanks for sharing a very helping content, I am currently running through an issue related to cross origin resource sharing, when I tried to create new survey, after implementing the code you, showed in the video, I have been having this same issue over and over for couple of weeks, I have tried different ways, just to see that I'm able to remove the errors, but all effort proved abortive, I don't know if you can help me on what to do to solve this problem, I would appreciate if you would drop a video, regarding this issue... Thanks alot
The text was updated successfully, but these errors were encountered: