Skip to content

YARP behind a lan webproxy #1662

Discussion options

You must be logged in to vote

Yes, the WebProxy can be specified through the configuration file (we've just missed documenting it, sorry :)).

The proxy configuration is defined by WebProxyConfig and goes under the HttpClient config:

{
  "Clusters": {
    "cluster1": {
      "HttpClient": {
        "WebProxy": {
          "Address": "http://my-proxy"
        }
      }
    }
  }
}

Replies: 2 comments 4 replies

Comment options

You must be logged in to vote
4 replies
@johanhallgrengiszeal
Comment options

@johanhallgrengiszeal
Comment options

@MihaZupan
Comment options

@MichelZ
Comment options

Answer selected by johanhallgrengiszeal
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants