<div dir="ltr">Hi all, <div><br></div><div>I'm setting HTTP monitoring app, to check the availability of my stream, like pingdom or uptimerobot.</div><div><br></div><div>After test this, I see that always see 200 ok inclusive when my stream is not online, and of course this tools don't send the alerts.</div><div><br></div><div>some reason to do this?</div><div><br></div><div><div>curl -X GET -I <a href="http://icecast/stream">http://icecast/stream</a></div><div>HTTP/1.0 404 Not Available</div><div>Content-Type: text/html</div></div><div><br></div><div><div>curl -X HEAD -I <a href="http://icecast/stream">http://icecast/stream</a></div><div>HTTP/1.1 200 OK</div><div>Access-Control-Allow-Origin: *</div><div>Access-Control-Allow-Headers: Origin, Accept, X-Requested-With, Content-Type</div><div>Access-Control-Allow-Methods: GET, OPTIONS, HEAD, STATS</div></div><div><br></div><div>Thanks!</div><div>Alejandro</div></div>