jdesrosiers / silex-cors-provider

A silex service provider that adds CORS services to silex
MIT License
78 stars 25 forks source link

PUT/DELETE supported #41

Closed kbouh320 closed 6 years ago

kbouh320 commented 6 years ago

Hi, Just a quick question. Are methods PUT and DELETE supported by the solution? I have no problem with GET / POST but the 2 other generate a blockage at the OPTION request stage

Thank you