src/network/access/qnetworkrequest.cpp
branchRCL_3
changeset 7 3f74d0d4af4c
parent 5 d3bac044e0f0
equal deleted inserted replaced
6:dee5afe5301f 7:3f74d0d4af4c
   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.