vibora icon indicating copy to clipboard operation
vibora copied to clipboard

Query strings make the server return a 404

Open berithpy opened this issue 6 years ago • 1 comments

Describe the bug Simple vibora server returns a 404 when trying to use query strings with curl.

To Reproduce Steps to reproduce the behavior:

  1. Run a simple vibora server
  2. Curl to a route of your server, which works and returns what you set it to.
  3. 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 screenshot from 2018-07-08 23-28-37

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!

berithpy avatar Jul 09 '18 03:07 berithpy

I see this have been fixed and tests added, yah. Can a release be done please! :)

hampsterx avatar Aug 28 '18 03:08 hampsterx