What hidden features of HTTP do you think are worth mentioning?
By hidden features I mean features that already are part of the standard but widely rath
Status codes :
http://www.domain.invalid/index.php?id=44
is called, if the query (id=44
) couldn't return ressource, why not return a status code 404?http://www.domain.invalid/index.php?id=foo
is called whereas id
only accepts integers, why not return a status code 400?Yes, status codes seems to be a kind of secret functionality of HTTP to some web developers... But I wonder if the most occult of all the "features" of this protocol isn't its RFC!