[Qt-qml] XmlListModel and request
michael.brasser at nokia.com
michael.brasser at nokia.com
Fri Oct 8 02:54:22 CEST 2010
On 08/10/2010, at 8:05 AM, ext Surik Sayadyan wrote:
>> But in Wireshark I looked this:
>>
>> GET /2.0/?method=artist.search&artist=abc26abc&api_key=22789788517XXXXXXXe6d7b4a975c220
>> HTTP/1.1
>>
>> In request all characters '%' are removed from the line.
>
> I'm sorry, correct line:
>
> GET /2.0/?method=artist.gettopalbums&artist=Steady%2526Co&api_key=22789788517XXXXXe4e6d7b4a975c220
> HTTP/1.1
>
> In request character '%' replaced by '%25' and instead of '%26' I take '%2526'.
>From what I can tell, this seems like a bug in QUrl; I've raised http://bugreports.qt.nokia.com/browse/QTBUG-14339. Unfortunately, I can't see any easy way for you to work around this in the meantime.
Regards,
Michael
More information about the Qt-qml
mailing list