Commit 94d97c50 authored by Administrator's avatar Administrator

Update client.go

parent bda6cf84
......@@ -273,7 +273,7 @@ func (c *client) PostFormData(ctx *context.UlfsaarContext, path string, headers
}
func (c *client) PostFormDataWithProxy(ctx *context.UlfsaarContext, path, ip, port, username, password string, headers http.Header, payload map[string]string) (respHeader http.Header, statusCode int, body []byte, err error) {
searchUrl := c.options.Address + path
searchUrl := path //c.options.Address + path
startTime := time.Now()
var stringProxUrl string
proxUrl, err := url.Parse(fmt.Sprintf("https://%s:%s@%s:%s", username, password, ip, port))
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment