My local supermarket, Smith’s, is much cheaper than Instacart so I like it even though on a good day it’s buggy, (very) slow, and very badly designed. But during the last few months the number of site errors has been comical. Is it actually hamster powered?


HTTP response codes are in groups of 100, so no. 1xx -> continuing (“we’ve received your request and are working on it”) 2xx -> everything is okay 3xx -> you are being redirected or you need to some more work to fulfill this request 4xx -> the user made an error (going to a page that doesn’t exist, going to a page they aren’t supposed to view, misformatting a request, etc) 5xx -> the server made an error (such as our beloved bad gateway)
:-)