I wanto forward https request and intercept the request and response, so it's necessary to create https proxy server.
But I have not found any guide or sample code after googling and on github, for instance, how to process CONNECT after receiving it from client.
thanks, sample code is highly appreciated.