Skip to content

proxy for outgoing requests #114

Closed
Closed
@5im-0n

Description

@5im-0n

Is there a way to specify a proxy for outgoing requests?
At work we have to pass requests that go to the internet trough a proxy. I have http_proxy and https_proxy environment variables set, and most command line utilities like curl, git and so on use those env vars, but when I do something like

--rewrite '/api/* -> https://external-service.example.com/api/$1'

the https://external-service.example.com/api/$1 requests do not use the proxy for the outgoing connection.
Am I doing something wrong, or is a proxy just not supported?

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions