CityWebConsultants / Iris

Modular content management and web application framework built with Node.js and MongoDB
http://irisjs.org
Other
9 stars 7 forks source link

preflight XMLHttpRequest Requirement #392

Closed facascante closed 7 years ago

facascante commented 7 years ago

this will satisfy the preflight requirement of http request from CORS using XMLHttpRequest https://developer.mozilla.org/en-US/docs/Web/HTTP/Access_control_CORS http://stackoverflow.com/questions/8153832/xmlhttprequest-changes-post-to-option

adam-clarey commented 7 years ago

This should be made configurable as not every site will want such open access.

Will merge now for testing