Похожие чаты

If a user sends an authorization header as: Bearer[ extra spaces]

token

and my naive split by space code cannot find the token part due to extra spaces, should I return 400 or 500 or 401?

10 ответов

8 просмотров

Why not just fix your naive split by space code?

🍋- Автор вопроса

400 Bad Request, or 422 Unprocessable Entity

🍋- Автор вопроса
MUTHU・KUMAR 「メーカー」 🔺
The standard only allows one space

now that's even better. I will capitalize the error message since I have an opportunity to blame the user(once in a lifetime)

🍋- Автор вопроса
Thomas
link me up

https://tools.ietf.org/html/rfc6750#section-2.1 https://tools.ietf.org/html/rfc2617#section-2

Похожие вопросы

Обсуждают сегодня

Карта сайта