-1

I have a WordPress site and I am getting an error from my website. The error is Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at my site how can I fix this problem??

sarun
  • 298
  • 5
  • 23
  • Not exactly related, but check the 'Phase 2' section in http://stackoverflow.com/a/18282825/2208271 – Sithsu Nov 01 '14 at 10:59

1 Answers1

0

i would recommend you to have a read through here.

Infact that you are using wordpress you could simply create a proxy code with php and call the resource outside the domain with ajax

PLease have a look at the accepted answer here

Community
  • 1
  • 1
Avinash Babu
  • 6,171
  • 3
  • 21
  • 26