atauenis / webone

HTTP 1.x proxy that makes old web browsers usable again in the Web 2.0 world.
Other
518 stars 18 forks source link

CONNECT method results in HTTP 400 error #82

Closed Aminuxer closed 1 year ago

Aminuxer commented 1 year ago

When WebOne proxy specified as HTTPS-proxy for old browser (like Opera 9 for example) i got error in browser: Bad Request (Invalid url: WEBSITE_ADDREESS:8080WEBSITE_ADDREESS:443)

In tcpdump i see CONNECT method and http-code 400.

atauenis commented 1 year ago

Currently the CONNECT method (a.k.a. HTTP Secure Proxy) is not supported by WebOne. So it's need to configure Opera to use only plain HTTP. Opera 964

atauenis commented 1 year ago

Fixed in v0.16 Beta. Now HTTPS is working too. Not quite stable, but working.