bug-wget
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Bug-wget] [GSoC Update] Week 2


From: Christian Grothoff
Subject: Re: [Bug-wget] [GSoC Update] Week 2
Date: Tue, 13 Jun 2017 11:15:59 +0200
User-agent: Mozilla/5.0 (X11; Linux i686; rv:45.0) Gecko/20100101 Thunderbird/45.8.0

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

[Prev in Thread] Current Thread [Next in Thread]