On 06/13/2017 05:42 AM, Didik Setiawan wrote:
>    - Last check failed when the test try to resolve URL with question mark.
>      E.g: "/subdir1/subpage1.html?query&param", when I debug, it return just
>      "/subdir1/subpage1.html" so the result is 404 not found. I also check 
> using
>      logging example source code provided in Libmicrohttpd tutorial [4]. When 
> I
>      access using http client such as Wget2 and Firefox, the result is still 
> the
>      same. The URL result omit the query part. Need to confirm to 
> Libmicrohttpd
>      side about this, whether it is intended behaviour or not.

Yes, that's intended, for URL parameters/arguments you need to use
MHD_get_connection_values() with kind=MHD_GET_ARGUMENT_KIND to inspect them.

Happy hacking!

Christian

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to