Hello, world!
Just started using CKEditor on a new site I've developed, and it's really nice. However, I've run into a bit of a problem with it. All of the site's resources are being loaded from an S3 bucket, including CKEditor's files. It seems that the way I have things set up now, loading from another domain does not work. Does CKEditor support cross-domain loading at all? I've googled and haven't really been able to find anyone else with a problem with loading cross-origin (which is why I originally chose CKEditor), and searched through the documentation but found nothing about it. What am I missing?
Thanks!
Just started using CKEditor on a new site I've developed, and it's really nice. However, I've run into a bit of a problem with it. All of the site's resources are being loaded from an S3 bucket, including CKEditor's files. It seems that the way I have things set up now, loading from another domain does not work. Does CKEditor support cross-domain loading at all? I've googled and haven't really been able to find anyone else with a problem with loading cross-origin (which is why I originally chose CKEditor), and searched through the documentation but found nothing about it. What am I missing?
Thanks!
Re: Loading Cross Domain
Re: Loading Cross Domain
Thanks for the response. Actually, that's what's really strange: there is no error. I watched the error console on Firefox and Chromium, and neither of them have any problem. It loads ckeditor.js (HTTP code 200 in the response), then doesn't load anything else. Could it be a header content-type problem? I've had some issues with that with CSS files on S3 before.
But no other CKEditor files are loaded. It replaces the textarea with a large blank area. Ideas?
Re: Loading Cross Domain
Re: Loading Cross Domain
Edit: I should point out that I'm only loading from one sub-domain to another. I have a sub-domain that points to the S3 bucket.
Re: Loading Cross Domain
I know that cross domain loading works because I use it, but I don't know what you have done.
Re: Loading Cross Domain
Re: Loading Cross Domain
Thanks for your help!