I am hosting my PHP web app on Windows Azure Websites and it's loading data from Windows Azure Blob Storage. This results in cross domain request error. How do I resolve it?
Asked
Active
Viewed 61 times
0
-
See if this thread solves your problem: http://stackoverflow.com/questions/18981339/http-options-request-on-azure-websites-fails-due-to-cors. – Gaurav Mantri Jul 09 '14 at 18:59
-
php has no cross-domain issues. it can talk to any host you tell it to. Do you mean maybe some client-side Javascript is having trouble? – Marc B Jul 09 '14 at 19:24