Hi there, I've been trying to extract the url parameters from a HTML form with your library. I am ale to get extract the params using jansson to extract the QUERY param from the return req->headers. So when I do curl -X POST 'localhost/form?title=TITLE&desc=DESC&date=DATE' i am able to get back title desc and date. But when I submit my html form it doesn't seem to pick up the query params, not sure what I'm supposed to put in the html form action.
the html form
the netstring
======NETSTRING======
as you can see theres no QUERY field.