Re: [libmicrohttpd] Out of band authentication with libmicrohttpd

2016-12-02 Thread Christian Grothoff
It actually shouldn't be hard to add, we just never had anyone asking for it. I don't see how it would hurt to support it either. But I'll have to read the spec in detail to see what would need to be done (and I won't get to that this year.) On 12/01/2016 07:28 PM, Daniel Tweed, Mr wrote: > I'm

Re: [libmicrohttpd] Out of band authentication with libmicrohttpd

2016-12-01 Thread Evgeny Grin
..@gnu.org> on behalf of > Christian Grothoff <groth...@gnunet.org> > *Sent:* Thursday, December 1, 2016 1:03:11 PM > *To:* libmicrohttpd@gnu.org > *Subject:* Re: [libmicrohttpd] Out of band authentication with > libmicrohttpd > > Dear Daniel, > > We just define

Re: [libmicrohttpd] Out of band authentication with libmicrohttpd

2016-12-01 Thread Daniel Tweed, Mr
6 1:03:11 PM To: libmicrohttpd@gnu.org Subject: Re: [libmicrohttpd] Out of band authentication with libmicrohttpd Dear Daniel, We just defined the status code (for completeness of the #defines), but never implemented its semantics. So you cannot actually use it with MHD. Happy hacking Christian On 12/01/2

Re: [libmicrohttpd] Out of band authentication with libmicrohttpd

2016-12-01 Thread Evgeny Grin
holes and other problems). -- Best Wishes, Evgeny > > *From:* libmicrohttpd > <libmicrohttpd-bounces+daniel.tweed=mail.mcgill...@gnu.org> on behalf of > Evgeny Grin <k...@yandex.ru> > *Sent:* Thursday, December 1, 2016 9:18:17 AM > *To:*

Re: [libmicrohttpd] Out of band authentication with libmicrohttpd

2016-12-01 Thread Daniel Tweed, Mr
tpd-bounces+daniel.tweed=mail.mcgill...@gnu.org> on behalf of Evgeny Grin <k...@yandex.ru> Sent: Thursday, December 1, 2016 9:18:17 AM To: libmicrohttpd@gnu.org Subject: Re: [libmicrohttpd] Out of band authentication with libmicrohttpd To make it clear: MHD follow HTTP specifications and

Re: [libmicrohttpd] Out of band authentication with libmicrohttpd

2016-12-01 Thread Evgeny Grin
To make it clear: MHD follow HTTP specifications and do not allow to use two responses for single request. -- Best Wishes, Evgeny Grin On 01.12.2016 17:07, Evgeny Grin wrote: > On 01.12.2016 16:30, Daniel Tweed, Mr wrote: >> On 01.12.2016 3:04, Daniel Tweed, Mr wrote: I'm really new to

Re: [libmicrohttpd] Out of band authentication with libmicrohttpd

2016-12-01 Thread Daniel Tweed, Mr
er 1, 2016 7:14 AM To: libmicrohttpd@gnu.org Subject: Re: [libmicrohttpd] Out of band authentication with libmicrohttpd Hi Daniel, On 01.12.2016 3:04, Daniel Tweed, Mr wrote: >> I'm really new to libmicrohttpd and the examples/tutorial have been >> really helpful, but I can't figure

Re: [libmicrohttpd] Out of band authentication with libmicrohttpd

2016-12-01 Thread Evgeny Grin
Hi Daniel, On 01.12.2016 3:04, Daniel Tweed, Mr wrote: > I'm really new to libmicrohttpd and the examples/tutorial have been > really helpful, but I can't figure out how to implement one specific > thing I need. > > What I am trying to achieved is: > > 1. > Send http 102 to client who

[libmicrohttpd] Out of band authentication with libmicrohttpd

2016-12-01 Thread Daniel Tweed, Mr
I'm really new to libmicrohttpd and the examples/tutorial have been really helpful, but I can't figure out how to implement one specific thing I need. What I am trying to achieved is: 1. Send