<div dir="ltr">Thanks in advance,<br><br>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.<br><br>This is the command that I´m executing to try: <br><br><blockquote style="margin:0 0 0 40px;border:none;padding:0px">check_http -H <a href="http://pruebas.es">pruebas.es</a> -S -u /raSaasUserPortal/web/console.html#/login -w 1 -c 4</blockquote><br>I have probed to scape with "" and '' and \ :<br><br><blockquote style="margin:0 0 0 40px;border:none;padding:0px">check_http -H <a href="http://pruebas.es">pruebas.es</a> -S -u "/raSaasUserPortal/web/console.html#/login" -w 1 -c 4<br>check_http -H <a href="http://pruebas.es">pruebas.es</a> -S -u "/raSaasUserPortal/web/console.html\#/login" -w 1 -c 4<br>check_http -H <a href="http://pruebas.es">pruebas.es</a> -S -u '/raSaasUserPortal/web/console.html#/login' -w 1 -c 4<br>check_http -H <a href="http://pruebas.es">pruebas.es</a> -S -u '/raSaasUserPortal/web/console.html\#/login' -w 1 -c 4<br><br><br></blockquote>Thank a lot!</div>