nxxm / bete

Web Server & Observable C++ Datamodels over Websockets

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support serving files even if GET "?" parameters are provided

daminetreg opened this issue · comments

Currently if a file is accessed with additional GET parameter it is presented as not-found which is wrong, as usually webservers allows that.