Jump to content
Français

renee

Members
  • Posts

    2
  • Joined

  • Last visited

  1. renee

    Program is blocked

    I'm getting this error. Other users are correct: this should not happen, and your developers should know how to fix it. Source: I'm a developer. In case your developers don't know how to fix it or use Google to find out how, here's how: they need to add an access control policy header to your pages. That will tell the browser that it is OK to access one data source from another. It looks like this: Access-Control-Allow-Origin: "http://www.sourcedomain.com" Here's a direct link to how to do this: http://www.webdevdoor.com/jquery/cross-domain-browser-json-ajax/ (this is using Apache, which is a fair assumption, but the terms used in the article should help with a search for how to add a header using other webservers also.)
×
×
  • Create New...