[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [libmicrohttpd] [GSoC Update] Week 2
From: |
Christian Grothoff |
Subject: |
Re: [libmicrohttpd] [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¶m", 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
signature.asc
Description: OpenPGP digital signature
[libmicrohttpd] [GSoC Update] Week 2, Didik Setiawan, 2017/06/12
- Re: [libmicrohttpd] [GSoC Update] Week 2,
Christian Grothoff <=
- Re: [libmicrohttpd] [GSoC Update] Week 2, Darshit Shah, 2017/06/13
- Re: [libmicrohttpd] [GSoC Update] Week 2, Evgeny Grin, 2017/06/14
- Re: [libmicrohttpd] [GSoC Update] Week 2, Didik Setiawan, 2017/06/17
- Re: [libmicrohttpd] [GSoC Update] Week 2, Tim Rühsen, 2017/06/17
- Re: [libmicrohttpd] [GSoC Update] Week 2, Evgeny Grin, 2017/06/17
- Re: [libmicrohttpd] [GSoC Update] Week 2, Didik Setiawan, 2017/06/17
- Re: [libmicrohttpd] [GSoC Update] Week 2, Evgeny Grin, 2017/06/17
[libmicrohttpd] [GSoC Update] Week 3, Didik Setiawan, 2017/06/20