jacwright / RestServer

A PHP REST server for providing a very light-weight REST API.
MIT License
510 stars 194 forks source link

preflight requests response #82

Closed shades3002 closed 7 years ago

shades3002 commented 7 years ago

Preflight In plain Remy language preflight is an additional request the XHR object makes to make sure it's allowed to actually make the request.

shades3002 commented 7 years ago

Please validate and combine the master branch