The URL for the request may be different than that of the reply?
General and Desktop
4
Posts
3
Posters
915
Views
1
Watching
-
in the doc of QNetworkReply::request() says "In special, note that the URL for the request may be different than that of the reply."
I wonder What factor(s) can cause the difference ?
Note : The Network Access API does not by default follow redirections: it’s up to the application to determine if the requested redirection should be allowed, according to its security policies.
-
-
Note : The Network Access API does not by default follow redirections: it’s up to the application to determine if the requested redirection should be allowed, according to its security policies.
[quote author="MuldeR" date="1384356243"]Maybe the web-server does URL Redirection and Qt handles it transparently for you?[/quote]