Maya wrote:
For the requests with relative paths, which protocol will Firefox use internally if the request is coming from an https:// page ?
It calls the NewURI function of the protocol handler for the scheme of the base URI. In this case, that should be your HTTPS protocol handler, so this should call your NewURI function...
Whatever URI that function returns is then used for the channel creation; again, this uses the protocol handler for the scheme of that URI.
-- All the world's a stage, And all the men and women merely players: They have their exits and their entrances; And one man in his time plays many parts, [...] --W. Shakespeare _______________________________________________ dev-tech-network mailing list [email protected] https://lists.mozilla.org/listinfo/dev-tech-network
