Skip to main content

Cross Origin Resource Sharing

Comments

3 comments

  • buckibooster
    My problem has been resolved. It was not a CORS issue after all.
    0
  • cPanelLauren
    Hi @buckibooster I'm really glad to hear that you were able to resolve the issue. What did end up causing the issue?
    0
  • buckibooster
    Hi @buckibooster I'm really glad to hear that you were able to resolve the issue. What did end up causing the issue?

    Lauren: It was an encoding issue. Although all relevant files were saved and uploaded with utf-8 encoding, the AJAX call had to use the following setRequestHeader (xmlhttp.setRequestHeader("Content-type", "application/x-www-form-urlencoded");).
    0

Please sign in to leave a comment.