On Wed, Apr 11, 2018 at 5:54 PM, Absonworld . <abhishek.k0088@xxxxxxxxx> wrote:
> Hi All ,
[...]
> a) Input file : text1 text2 text3
>
> b) URL :- {{BaseURL}}/apps/{{ApplId}}/courses/search?query={{random text [...]
> from input file }}
>
> I would like to hit this search URL with different/random texts present in
> the input file
maybe try siege (https://www.joedog.org/siege-home/ ) instead, but you'd still
have to expand your list of "random" texts to full URLs, e.g.
for i in `cat inputfile`; do echo {{BaseURL}}/...?query=$i ; done > URLs
and then use siege -f URLs
rainer
------------------------------------------------------------ ---------
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx