[Qt-interest] Bug in QUrl?
Simarillion
simarillion at gmx.de
Mon Nov 30 10:47:34 CET 2009
Thanks for your answers,
The problem is I'm using qutexrlib QT-based XML-RPC library for making RPC
calls. Perhaps it is a bug or missing feature in qutexrlib that queries are
not prcessed. In that lib is only set:
/* make the buffer and make the call */
QHttpRequestHeader req_head("POST",_url.path());
req_head.setValue("Host",_url.host());
req_head.setValue("User-Agent",USER_AGENT);
If I change it to:
QHttpRequestHeader req_head("POST","/?q=services/xmlrpc");
it works.
Thanks again.
Michael
More information about the Qt-interest-old
mailing list