Replies: 1 comment
-
By default a HTML form uses a "GET" method and puts the values in the URI as query parameters, that's why your first solution works.
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello guys. I have the following html form
I want to parse this data in rocket.
When I use the following route, it works as intended:
But when I use this code, it does not work. But I dont understand why.
In my understanding, he should parse this data into the form structure. But it does not seem so.
Does anybody have an idea why? Thanks for answering in advance.
Beta Was this translation helpful? Give feedback.
All reactions