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 online protection

Rails Long Term Support

Rails LTS provides security patches for old versions of Ruby on Rails (2.3, 3.2, 4.2 and 5.2)

  • Prevents you from data breaches and liability risks
  • Upgrade at your own pace
  • Works with modern Rubies
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)