simplajs / simpla

Open, modular, and serverless content management for a modern web
https://www.simplajs.org
MIT License
527 stars 36 forks source link

Make sure get doesnt send Content-Type headers. fixes #31 #43

Closed bedeoverend closed 8 years ago

bedeoverend commented 8 years ago

This checks to see if a GET request is being made, in which case it removes the Content-Type header so as to not trigger a pre-flight OPTIONS request.