koron / nvgd

Filterable (grep, head and tail) HTTP file server
MIT License
17 stars 2 forks source link

Responsd to OPTIONS request when just resource exist #105

Closed koron closed 4 months ago

koron commented 4 months ago

A response to a preflight request is returned when the resource is found to exist. By omitting filters, any errors in the filters will not be applied to the preflight request.

Fix: https://github.com/koron/nvgd/issues/104