how to scape # with check_http
Posted: Mon Feb 04, 2019 9:47 am
Thanks in advance,
I´m trying to monitor an URL that contains an # and when I execute tje check_http can´t resolve it correctly, if I try with wget there isn´t problem to do that.
This is the command that I´m executing to try:
I have probed to scape with "" and '' and \ :
Thanks a lot!
I´m trying to monitor an URL that contains an # and when I execute tje check_http can´t resolve it correctly, if I try with wget there isn´t problem to do that.
This is the command that I´m executing to try:
Code: Select all
check_http -H pruebas.es -S -u /raSaasUserPortal/web/console.html#/login -w 1 -c 4Code: Select all
check_http -H pruebas.es -S -u "/raSaasUserPortal/web/console.html#/login" -w 1 -c 4
check_http -H pruebas.es -S -u "/raSaasUserPortal/web/console.html\#/login" -w 1 -c 4
check_http -H pruebas.es -S -u '/raSaasUserPortal/web/console.html#/login' -w 1 -c 4
check_http -H pruebas.es -S -u '/raSaasUserPortal/web/console.html\#/login' -w 1 -c 4