Join Slack
Powered by
Hi, If I have a email field that is defined to acc...
# ktor
m
Manas Marthi
01/27/2024, 10:30 AM
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
AdamW
01/27/2024, 10:39 AM
Does the
request validation plugin
fit your needs? If not, you could look into
Akkurate
, for example.
akkurate
1
m
Manas Marthi
01/27/2024, 10:39 AM
Thank you. let me check
2
Views
Open in Slack
Previous
Next