Read more

Firefox makes an OPTIONS request you don't expect

Tobias Kraze
November 28, 2012Software engineer at makandra GmbH

If some AJAX functionality does not work, but you see Firefox making an OPTIONS request, the reasons is most likely this:

Illustration web development

Do you need DevOps-experts?

Your development team has a full backlog? No time for infrastructure architecture? Our DevOps team is ready to support you!

  • We build reliable cloud solutions with Infrastructure as code
  • We are experts in security, Linux and databases
  • We support your dev team to perform
Read more Show archive.org snapshot

You're accidently trying to talk to a different domain (or switching from http to https), and Firefox tries to find out if that is okay, according to the "Cross-Origin Resource Sharing" standard.

Posted by Tobias Kraze to makandra dev (2012-11-28 18:03)