equal
deleted
inserted
replaced
136 If present, it indicates that the server is redirecting the |
136 If present, it indicates that the server is redirecting the |
137 request to a different URL. The Network Access API does not by |
137 request to a different URL. The Network Access API does not by |
138 default follow redirections: it's up to the application to |
138 default follow redirections: it's up to the application to |
139 determine if the requested redirection should be allowed, |
139 determine if the requested redirection should be allowed, |
140 according to its security policies. |
140 according to its security policies. |
|
141 The returned URL might be relative. Use QUrl::resolved() |
|
142 to create an absolute URL out of it. |
141 |
143 |
142 \value ConnectionEncryptedAttribute |
144 \value ConnectionEncryptedAttribute |
143 Replies only, type: QVariant::Bool (default: false) |
145 Replies only, type: QVariant::Bool (default: false) |
144 Indicates whether the data was obtained through an encrypted |
146 Indicates whether the data was obtained through an encrypted |
145 (secure) connection. |
147 (secure) connection. |