zibings / stoic-php-web

Apache License 2.0
0 stars 0 forks source link

Check if OPTIONS API Response Needs Expanded #22

Open AndyM84 opened 4 months ago

AndyM84 commented 4 months ago

Inside Stoic\Web\Api\Stoic::handle() the 'OPTIONS' response sends 'POST, GET, OPTIONS' by default but the default settings provide 'GET, HEAD, POST, PUT, DELETE, CONNECT, OPTIONS, TRACE, PATCH'. Do we need to make these match or is it a reasonable fallback?