Skip to content

Error when connecting via http through proxy #4

@maestroant

Description

@maestroant

`using Yove.Http.Proxy;
using HttpClient = Yove.Http.HttpClient;

HttpClient client = new HttpClient()
{
Proxy = new HttpProxy(":")
{
Username = "",
Password = ""
}
};

string s = await client.GetString("http://google.com");`

the error occurs when connecting via "HTTP" -
Yove.Http.Exceptions.HttpResponseException: "[Client] | Status Code - ProxyAuthenticationRequired"
Https is fine!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions