I have implemented a custom protocol handler. Now i am trying to get the POST data when a post request is made to my custom protocol.
So far i have nsiProtocolHandler::NewChannel in which i changed the scheme of the uri from custom to "https" and created new channel. In my channel i have implemented nsiUploadChannel::SetUploadStream(...) . But SetUploadStream never gets called. My understanding is that nsiInputstream in SetUploadStream will have the POST data. _______________________________________________ dev-platform mailing list dev-platform@lists.mozilla.org https://lists.mozilla.org/listinfo/dev-platform