How to get form data from post request with cpp-httplib yhirose
I have a html form with the action set as a route on my cpp-httplib server. I am trying to get the data from the submitted form fields in a post request from my Post route and return them back to my server for processing. I am not using cpp-httplib’s client class. Only the server. I cannot get any of the form data as the params and body of the request are empty.