hi, My rails application is running on thin server which i want to benchmark using apachebench
the command am using is
ab -n 1 -c 1 http://localhost:3001/welcome/search?query="doctor"&rad=5
But thin server is not taking this url.Its giving
!! Invalid Request
Can any one help me how to give the url such that thin accepts the url with query string