Skip to content

http_proxy / https_proxy not working in anyzig v2025_10_15 #65

@weim-o

Description

@weim-o

When using anyzig v2025_10_15, setting http_proxy and https_proxy in the terminal has no effect — all fetch requests fail with 400 Bad Request.

It seems the Zig version bundled with anyzig does not properly implement proxy support in std.http.Client.initDefaultProxies(). The function only reads environment variables but does not actually use them to route requests through the proxy.

Please consider upgrading the Zig version used to build anyzig to one that correctly supports HTTP/HTTPS proxies.

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