We are currently experiencing payment processing issues. Our team is working to resolve the problem as quickly as possible. Thank you for your patience
CORS Not Working
0
I wrote a script to embed manga and doujinshi in posts, and the embed is working just fine (the ajax for that is all ran on the node server) but the reader, which is generated on the client side, is giving me CORS errors:
I would assume this is a server setting issue, I could be messing something up but I'm pretty confident that isn't the case here.
XMLHttpRequest cannot load https://api.fakku.net/manga/always-by-your-side-english/read. No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin 'http://dev.phene.co' is therefore not allowed access.
I would assume this is a server setting issue, I could be messing something up but I'm pretty confident that isn't the case here.