• Anonymous User 16171956

    (@anonymized-16171956)


    Perhaps CORS headers could be added? Since without them, you can’t actually fetch the data via JS.

    header('Access-Control-Allow-Origin: *');
    header('Access-Control-Allow-Methods: GET');

    Also, the ‘tested up to’ can probably be bumped to 4.9.6.

    • This topic was modified 6 years, 9 months ago by Anonymous User 16171956.
    • This topic was modified 6 years, 9 months ago by Anonymous User 16171956.
  • The topic ‘CORS Headers’ is closed to new replies.