This is a discussion on Re: How to disable cookies with KIO::get - KDE ; On Thursday 09 February 2006 20:10, Joris Guisson wrote: > Hi, > > I am using KIO::get to do some HTTP requests to a BitTorrent tracker, > how can I disable cookies ? Because the cookie sent with the request ...
On Thursday 09 February 2006 20:10, Joris Guisson wrote:
> Hi,
>
> I am using KIO::get to do some HTTP requests to a BitTorrent tracker,
> how can I disable cookies ? Because the cookie sent with the request
> is creating an interesting problem, and seeing that they are useless
> anyway, lets just get rid of them.
I'd try addMetaData("cookies","none");
> It is probably a value in the metadata map I need to set. (Btw, does
> anybody has a full list of metadata variables you can send with HTTP
> requests ?)
See kdelibs/kio/DESIGN.metadata
--
David Faure, faure@kde.org, sponsored by Trolltech to work on KDE,
Konqueror (http://www.konqueror.org), and KOffice (http://www.koffice.org).
>> Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe <<