[Qt-qml] XmlListModel and request

Surik Sayadyan ssyrik at gmail.com
Fri Oct 8 00:05:18 CEST 2010


> 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'.



More information about the Qt-qml mailing list