Today I Learned - Rocky Kev

Tagged “errors”

  1. TIL 404 errors actually have more specific causes

    IIS 7.0 and later versions define the following HTTP status codes that indicate a more specific cause of an error 404, like 404.1 - Site Not Found & 404.2 - ISAPI or CGI restriction.

  2. TIL that 2^24 items will cause a interesting error

    Obviously there's not much real use-cases. But that's the fun of finding limitations.

  3. TIL not ignoring errors

    Doing nothing with a caught error doesn't give you the ability to ever fix or react to said error.

See all tags.