node-http2 icon indicating copy to clipboard operation
node-http2 copied to clipboard

HTTP Proxy how?

Open natanavra opened this issue 8 years ago • 3 comments

How would you go about defining a proxy for connections?

natanavra avatar Feb 28 '17 18:02 natanavra

@molnarg Would you mind helping with this please?

paambaati avatar Jan 22 '18 10:01 paambaati

I think you can do it the same way you would do it with simple http connections. The API is the same, so there should be no difference if you don't want to use HTTP2 specific features.

molnarg avatar Feb 27 '18 08:02 molnarg

How would you go about defining a proxy for connections?

Was you able achieve proxy on HTTP2? I keep getting error code: 'ERR_SSL_WRONG_VERSION_NUMBER'

Somberor avatar Nov 05 '21 12:11 Somberor