Hi, If I have a email field that is defined to acc...
# ktor
m
Hi, If I have a email field that is defined to accept a maximum of 50 characters, how do I make the
receive
to fail if the parameter in the POST body is longer than 50 characters?
a
Does the request validation plugin fit your needs? If not, you could look into Akkurate, for example.
akkurate 1
m
Thank you. let me check