We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
I am trying to add --header "Host: myhost.mydomain" but it doesn't work.
--header "Host: myhost.mydomain"
for instance, this one replies 200:
curl -k https://142.251.36.36 -H "Host: www.google.com" -I
this one replies 302:
sensu-base-checks http -k -r 200 -u https://142.251.36.36/ -H "Host: www.google.com"
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I am trying to add
--header "Host: myhost.mydomain"
but it doesn't work.for instance, this one replies 200:
this one replies 302:
The text was updated successfully, but these errors were encountered: