I'm struggling with invoking the autocannon method on Windows 10.
I have got an API, something like:
autocannon -c 10 -d 10 https://uri/param1/param2?file=query1&pass=query2
The problem is, Windows reads the URL string up to &
sign, and after, it invokes another function, starting from pass=query2
'pass' is not recognized as an internal or external command,
operable program or batch file.
Does anyone know how could I attach &
to the query? I was searching for the solution but nothing came up on this particular problem.
question from:
https://stackoverflow.com/questions/65919046/autocannon-cant-attach-to-query-string 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…