Skip to content

[FEATURE] Add support for proxy #36

Open
@bavarezul13

Description

@bavarezul13

Hey! I’m playing with QuestDb and trying to ingest into it using the .Net client. I can connect to a local instance without issues, however, connecting to a remote server I get a 407. Connecting with the HttpClient is working by setting the correct proxy (in my case no proxy), however this Sender.New method does not accept passing anything related to proxy. I’ve tried setting the NO_PROXY=182.8.x.x…(server ip) environment variable, but still no success.

See the ip I'm using, if I change it to localhost, everything is fine :)
Screenshot 2024-12-23 110419

When working directly with HttpClient, I can manuallly set useProxy property:
Screenshot 2024-12-23 110730

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions