Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource
I then began to research this problem, and saw that you needed a permission systemXHR. However, when I looked at the manifest file the app already had this permission. I then looked at a series of webpages that did not exactly meet what I was thinking about, as the app uses the socket support library to communicate.
https://developer.mozilla.org/en-US/docs/Web/HTTP/Access_control_CORS
http://www.w3.org/wiki/CORS_Enabled
http://stackoverflow.com/questions/23053349/getting-cross-origin-block-request-cors-error-when-using-getjson-to-get-play
http://stackoverflow.com/questions/23053349/getting-cross-origin-block-request-cors-error-when-using-getjson-to-get-play
After discussing with Mr. Elkner that all of this work on the server side could probably be done reasonably easily by someone who knows what they are doing, I checked out the dictionary app for the career center. The app has an interface that you can click through but there does not seem to be persistance. I am excited to continue to work with this app!
I then began to research this problem, and saw that you needed a permission systemXHR. However, when I looked at the manifest file the app already had this permission. I then looked at a series of webpages that did not exactly meet what I was thinking about, as the app uses the socket support library to communicate.
https://developer.mozilla.org/en-US/docs/Web/HTTP/Access_control_CORS
http://www.w3.org/wiki/CORS_Enabled
http://stackoverflow.com/questions/23053349/getting-cross-origin-block-request-cors-error-when-using-getjson-to-get-play
http://stackoverflow.com/questions/23053349/getting-cross-origin-block-request-cors-error-when-using-getjson-to-get-play
After discussing with Mr. Elkner that all of this work on the server side could probably be done reasonably easily by someone who knows what they are doing, I checked out the dictionary app for the career center. The app has an interface that you can click through but there does not seem to be persistance. I am excited to continue to work with this app!
No comments:
Post a Comment