Open 3052 opened 5 months ago
if I do this, everything works fine:
curl -x socks5://username:password@res.proxy-seller.com:10000 ` https://js.stripe.com/v3
but if I do this:
glider -listen :8080 -forward ` socks5://username:password@res.proxy-seller.com:10000 > curl -x localhost:8080 https://js.stripe.com/v3 curl: (56) Received HTTP code 502 from proxy after CONNECT
This issue is stale because it has been open 90 days with no activity. Remove stale label or comment or this will be closed in 5 days.
!
if I do this, everything works fine:
but if I do this: