ne_read_response_block and authentication.
Pierre ANCELOT
pierreact at gmail.com
Thu Sep 17 17:26:52 EDT 2009
Hello everyone,
I'm having an issue with this code:
ne_request *req;
req = ne_request_create(this->neonsess, "GET", path);
ne_begin_request(req);
dwBytesRead = ne_read_response_block(req, (char*)pData, dwSize);
ne_end_request(req);
The authentication isn't working...
Before this piece of code, I got everything working perfectly and
this->neonsess is passed to a ne_set_server_auth(this->neonsess,
&Webdav::my_auth, this);
So I'm wondering if there is something particular to do using
ne_read_response_block...
Anyone?
Thanks :)
Pierre.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.manyfish.co.uk/pipermail/neon/attachments/20090917/412ced39/attachment.html
More information about the neon
mailing list