Hi, by extending Apache web server and creating my own HTTP client i have created a system where HTTP body is encrypted, and HTTP headers are added and/or modified.
I would like to reproduce my current HTTP client behavior, extending Firebox, Current HTTP client behavior: - make HTTP request to server to initialize secret keys (initialization phase) - make the actual client request (continue phase) My questions are: - Is it possible to interfere with Firebox HTTP requests ? If yes: -- should i use XPCOM ? If yes: -- using XPCOM should i implement necko interfaces (nsI...?) ? I don't want to affect all the Firebox HTTP requests but only the requests that are directed to some servers, this is maybe the easy part ? following a bit the logic of the WebLock example. Many Thanks in advance for any help. Andrea _______________________________________________ dev-tech-network mailing list [email protected] https://lists.mozilla.org/listinfo/dev-tech-network
