mirror of
https://github.com/ehang-io/nps.git
synced 2025-07-03 04:53:50 +00:00
fixed:client http proxy
This commit is contained in:
parent
aec1a25557
commit
0865c98a7f
@ -258,7 +258,8 @@ func NewHttpProxyConn(url *url.URL, remoteAddr string) (net.Conn, error) {
|
|||||||
URL: url,
|
URL: url,
|
||||||
Host: remoteAddr,
|
Host: remoteAddr,
|
||||||
Header: http.Header{},
|
Header: http.Header{},
|
||||||
Proto: "HTTP/1.1",
|
ProtoMajor: 1,
|
||||||
|
ProtoMinor: 1,
|
||||||
}
|
}
|
||||||
password, _ := url.User.Password()
|
password, _ := url.User.Password()
|
||||||
req.Header.Set("Authorization", "Basic "+basicAuth(strings.Trim(url.User.Username(), " "), password))
|
req.Header.Set("Authorization", "Basic "+basicAuth(strings.Trim(url.User.Username(), " "), password))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user