-
-
Notifications
You must be signed in to change notification settings - Fork 21
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 error when using database feature #29
Comments
also if you have a hostname whitelisted in your CORS policy already, let me know what it is and I will check to see if I can add it to my hosts file as a temp workaround. |
Same issue here. I'm using Yamon 3.4.7 on OpenWRT and getting 403 Forbidden errors every time settings are being saved to the database by Yamon. |
Same issue here - 192.168.0.1 and latest YaMon 4.0.7 |
unfortunately no change in this issue over several months, I tried to contact the developer multiple times (mail, fb page).. is this project still maintained? |
I have JS error if dbkey is presented, there is 500 response code from the server. |
Same here, I tried to contact the maintainer multiple times through email, git, fb, .. no response at all :( Unfortunately it looks like this project is dead. I hope to be proven wrong. |
Did you find any alternative? |
I fixed it somehow, it was required to recreate links, so I reinstalled it couple times and now looks like it works. It's far from perfect state, but gives me some information at least |
Same here, it works as is, and since I did not find a really good alternative, I am staying with the compromise ;) |
Have you been successful with Yamon 3.4.7 or Yamon 4 ? |
I am still using HTML: 3.4.5 / Script: 3.4.7. Never change a running system (especially without updates from the dev), so will stay with that for now. |
There is an error when attempting to use the database feature:
It looks like CORS access control has been implemented recently, but I don't think CORS AC will work in this case because the origin is always going to be a router on a private network with it's own ip or local hostname and there is no way of knowing every ip and hostname that someone may choose for their router.
The text was updated successfully, but these errors were encountered: