I converted QUrl with toString() and displayed it and its string conversion shows a correct text. The url converted to string is correct, all characters are there.
However the server does not accept it.
I'm stuck.
I converted QUrl with toString() and displayed it and its string conversion shows a correct text. The url converted to string is correct, all characters are there.
However the server does not accept it.
I'm stuck.
Oops found the problem.
The call with the constant works because the parameters are as constants.
As variables I was taking the values from an ini file where I had put an invalid pass and login for testing.
I am stupid, thanks a bunch.
Bookmarks