Quantcast
Channel: Active questions tagged https - Stack Overflow
Viewing all articles
Browse latest Browse all 1821

What is the most appropriate HTTP status code for this message: "You must be 13 years or older to register"?

$
0
0

I am using the HTTP status code "403" for now but I want to know if there is a more appropriate HTTP status code.

{"status": 403,"message": {"en": "You must be 13 years or older to register.","es": "Debes tener 13 años o más para registrarte."   }}

I want to know if there is a more appropriate HTTP status code for this situation.


Viewing all articles
Browse latest Browse all 1821

Trending Articles