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:
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.