how to specify query string in url with apache bench
Posted
by kshama
on Stack Overflow
See other posts from Stack Overflow
or by kshama
Published on 2010-05-09T12:01:14Z
Indexed on
2010/05/09
12:08 UTC
Read the original article
Hit count: 632
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
© Stack Overflow or respective owner