Cancels the current request. See nsIRequest.
Sets the Proxy-Authorization request header. An empty string
will clear it.
Sets the Authorization request header. An empty string
will clear it.
Called when authentication information is ready and has been set on this
object using setWWWCredentials/setProxyCredentials. Implementations can
continue with the request and send the given information to the server.
It is called asynchronously from
nsIHttpChannelAuthProvider::processAuthentication if that method returns
NS_ERROR_IN_PROGRESS.
@note Any exceptions thrown from this method should be ignored.
Notifies that the prompt was cancelled. It is called asynchronously
from nsIHttpChannelAuthProvider::processAuthentication if that method
returns NS_ERROR_IN_PROGRESS.
userCancel | If the user was cancelled has cancelled the authentication prompt. |
If the channel being authenticated is using SSL.
Returns if the proxy HTTP method used is CONNECT. If no proxy is being
used it must return PR_FALSE.
The load flags of this request. See nsIRequest.
The URI corresponding to the channel. See nsIChannel.
The load group of this request. It is here for querying its
notificationCallbacks. See nsIRequest.
The notification callbacks for the channel. See nsIChannel.
The HTTP request method. See nsIHttpChannel.
The “Server” response header.
Return NS_ERROR_NOT_AVAILABLE if not available.
The Proxy-Authenticate response header.
The WWW-Authenticate response header.