Servlet as Proxy via https
        Posted  
        
            by khiem77
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by khiem77
        
        
        
        Published on 2010-05-20T08:35:25Z
        Indexed on 
            2010/05/20
            8:40 UTC
        
        
        Read the original article
        Hit count: 185
        
Hi i tried to implement a servlet with servlet (in tomcat 6) which act as as a proxy (for browser), it takes the parsed url, use apache httpclient to get the result & push it back to the client (browser), with http it works well, doesnt work with https , seems the problem concerns unsupported CONNECT method in servlet-api & servlet even doesn't see the request is there any solution/workaround for this? thanx in advanced
© Stack Overflow or respective owner