mysociety / fixmytransport

A site focussed on connecting and empowering people who share transport problems of different kinds.
http://www.mysociety.org/2010/03/15/mysocietys-next-12-months-fixmytransport-and-project-fosbury/
Other
37 stars 10 forks source link

OPTIONS requests cause errors #701

Open crowbot opened 11 years ago

crowbot commented 11 years ago

We are getting an increase in requests using the OPTIONS method. I think this may be to do with browsers implementing CORS, http://en.wikipedia.org/wiki/Cross-origin_resource_sharing, but it's not obvious to me what, if anything we should be doing here. Something to do with serving assets from CloudFront perhaps? At the moment, these requests cause a MethodNotAllowed error, so I guess at least we could fail silently.