-
-
Notifications
You must be signed in to change notification settings - Fork 196
Open
Labels
Description
it'd be useful to request https://http.cat/401 with either "Accept: application/json" or /401.json to get a response similar to
{
"code": 401
"description": "Unauthorized"
}
mostly I am looking for a data source for an irc bot to respond to "!http 401".
Ryuno-Ki and StefanBrand