You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ ronin-web server
* Listening on http://0.0.0.0:8000
Use Ctrl-C to stop
GET /foo
Host: localhost:8000
User-Agent: curl/8.6.0
Accept: */*
Version: HTTP/1.1
This appears to be due to Rack normalizing the path at some point. We need to change the printing logic in Ronin::Web::CLI::Commands::Server#run to display the raw request path without any normalization.
The text was updated successfully, but these errors were encountered:
The
ronin-web server
command currently displays the normalized request path, not the raw request path.This appears to be due to Rack normalizing the path at some point. We need to change the printing logic in
Ronin::Web::CLI::Commands::Server#run
to display the raw request path without any normalization.The text was updated successfully, but these errors were encountered: