You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
request, e := http.NewRequest("POST", "/",
strings.NewReader(string(callStr)))
request.SetBasicAuth(brpc.user, brpc.pass)
httpClient := new(http.Client)
responce, e := httpClient.Do(request)
The last line throws the following error: unsupported protocol scheme ""
The text was updated successfully, but these errors were encountered:
by tm1rbrt:
The text was updated successfully, but these errors were encountered: