Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

You mean the http redirect to https is up but the https site is down.


No I meant it returned an HTML page that said "this link as moved" with a link directing you to https://status.slack.com


Umm, yeah that is called a 302 redirect:

curl http://status.slack.com <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN"> <html><head> <title>302 Found</title> </head><body> <h1>Found</h1> <p>The document has moved <a href="https://status.slack.com">here</a>.</p> <hr> <address>Apache/2.4.7 (Ubuntu) Server at status.slack.com Port 80</address> </body></html>

The HTML parts are fallback for if your browser (or curl) in this case doesn't handle a 302




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: