Viewing 3 replies - 1 through 3 (of 3 total)
  • Moderator bcworkz

    (@bcworkz)

    The server for bitrix24.in is blocking your access with their CORS policy header. You cannot change their policy from your end, it’s something bitrix24.in admins would need to change.

    More likely is you are doing something wrong with your request to get their data. You’d need to ask them the correct way to access their data.

    Thread Starter suruthiv

    (@suruthiv)

    Ok,Thank you for the response.
    How can reslove this issue from bitrix24 side? like should i need to tell them update the CORS policy or can resolve it by changing the settings in bitrix24

    • This reply was modified 4 years, 9 months ago by suruthiv.
    Moderator bcworkz

    (@bcworkz)

    There are different ways to manage CORS. The goal would be to allow your domain to access their resources. It largely revolves around the Access-Control-Allow-Origin header, but others could be brought into play.
    https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS

    How this would be accomplished depends on how they’re serving content. For example, on a WP site, we can add or alter headers through the “wp_headers” filter.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘CORS policy No Access-Control-Allow-Origin header is present on request resource’ is closed to new replies.