vibora
vibora copied to clipboard
Query strings make the server return a 404
Describe the bug Simple vibora server returns a 404 when trying to use query strings with curl.
To Reproduce Steps to reproduce the behavior:
- Run a simple vibora server
- Curl to a route of your server, which works and returns what you set it to.
- Curl to a route of your server with querystrings and see how it gives you a 404
Expected behavior To use query string values in my Vibora app.
Screenshots
Additional context I tried using other curl commands but I couldn't get any valuable info I also tried explicitly enabling POST and GET protocols, adding and removing vibora imports but it didn't make a difference
I'll try to provide more info if necessary!
I see this have been fixed and tests added, yah. Can a release be done please! :)