serve icon indicating copy to clipboard operation
serve copied to clipboard

Using query params to serve static file leads to 404

Open gsouf opened this issue 4 years ago • 0 comments

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

gsouf avatar Jan 14 '22 16:01 gsouf