Yes, it would be nice and there are actually already 2 RFEs covering this:
4640805: Protocol and content handlers SPI
6249864: make it easier to write custom url handlers
However this is no small task, specially considering the compatibility
and security constraints.
So far resources (or lack o
Hi,
A quick note: Wouldn't it be nice if clients could add URL handling
interceptors and monitor incoming/outgoing data themselves? For any URL
protocol they would be interested into, not http in particular. Recently I
looked into the existing URL protocol handling architecture (e.g. [1], which
pro