jakzo
Results
2
comments of
jakzo
@moll Is there any update on this? My specific problem is that I use `.on('request')` but I have no way of knowing the full URL since the protocol could be...
Just documenting here my hacks to get around this until a proper solution is implemented: ```js mitm.on('connect', (socket, opts) => { let serverSocket = undefined; Object.defineProperty(socket, 'serverSocket', { set(server) {...