nativew/serve

Using query params to serve static file leads to 404

Opened this issue · 0 comments

gsouf commented

Hi,

I'm serving some static files with serve. Notably this one http://172.16.1.169:7000/app.css. I use a timestamp in the query string for cache invalidation, for example http://172.16.1.169:7000/app.css?v=12345. However as soon as we use a query string serve will return a 404 error.

Is that on the purpose?
Thanks