>>Can you paste the URL which is not working in your case
http://www.futsal-karlowice.pl.tl/Wy...3324%3B-.-.htm
The other sites (without '%26...') from this domain work OK.
>>Can you paste the URL which is not working in your case
http://www.futsal-karlowice.pl.tl/Wy...3324%3B-.-.htm
The other sites (without '%26...') from this domain work OK.
Try:
Qt Code:
To copy to clipboard, switch view to plain text mode
You mean somtenihg lik this ?
QByteArray path = QUrl::toPercentEncoding(url.path(), "!$&'()*+,;=:@/");
if (path.isEmpty())
path = "/";
httpGetId = http->get(path, file);
This is part of code from the sample HHTP client.
I tried with/without that. I always got "Not found".
Did you try to donload the specified url using the sample HHTP client ?
Maybe the reason is insiade my local network (proxy or other thing) ?
I'm not specialist in the network things.
Can you try the reverse of this like :
Yes successfully.Qt Code:
Did you try to donload the specified url using the sample HHTP clientTo copy to clipboard, switch view to plain text mode
It cant be, because proxy will block IE too.
Bookmarks