geni / geni-gedcom

A GEDCOM to Geni importer using the Geni API (geni-clj-sdk).
Eclipse Public License 1.0
6 stars 3 forks source link

make ring.middleware.cors match the spec #3

Closed lancepantz closed 12 years ago

lancepantz commented 12 years ago

the spec at http://www.w3.org/TR/cors/

lancepantz commented 12 years ago

@Raynes I released 0.0.7 to clojars, note that :access-control-allow-methods [:get :post] is now required as in the docstring

lancepantz commented 12 years ago

@raynes that is ring-cors-0.0.7.jar

lancepantz commented 12 years ago

I'll actually probably take out the allow-methods stuff tonight actually, there's no point in it, i just got obsessed with the spec

lancepantz commented 12 years ago

nevermind, talked this out with @ninjudd and @amalloy they talked me into leaving it

briangonzalez commented 12 years ago

@lancepantz should CORS be working now?