Hi Oleg, Roland and other submitters. I would like to ask some advice about http-core. For my current project I need to build a http/s proxy server with following requirements 1) after serving the request need full read-only access to request/response (status,header,content) 2) make it work trough ssl but would have to 'see' the request/response 'in clear'
If I use 'NHttpServer.java' of 'module-nio' as a starting point and modify the 'service' method to proxy the request to the destination, do you think is a right direction ? Is it possible to implement also ssl part this way so that for proxy is transparent ? --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
