JoeDog / siege

Siege is an http load tester and benchmarking utility
GNU General Public License v3.0
5.97k stars 385 forks source link

Allow login-url to be passed to command #93

Open tlovett1 opened 7 years ago

tlovett1 commented 7 years ago

Right now login-url is only read from .siegerc. Would you be interested in a PR that allows this to be read from the command line as well?

JoeDog commented 7 years ago

Do you mean something along the lines of -L Yeah, sure.

On Wed, Dec 21, 2016 at 11:51 PM, Taylor Lovett notifications@github.com wrote:

Right now login-url is only read from .siegerc. Would you be interested in a PR that allows this to be read from the command line as well?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/JoeDog/siege/issues/93, or mute the thread https://github.com/notifications/unsubscribe-auth/AFMT5sti02Jjghh3OBuuDj_EbEW1D8VUks5rKgHRgaJpZM4LTo2s .

sk33wiff commented 6 years ago

This works for me: -H "Authorization: Basic echo -n user:passwd | base64"