Skip to content

Replacing F5 BigIP functionality with YARP #362

Answered by Tratcher
mrob1600 asked this question in General
Discussion options

You must be logged in to vote

Have you looked at the getting started guide?
https://microsoft.github.io/reverse-proxy/articles/getting_started.html

Destinations are specified in this section, you specify the scheme, host/IP, and port as a URI:

     "cluster2": {
       "Destinations": {
         "cluster2_destination1": {
           "Address": "https://192.168.0.1:45324/"
         }
       }

We need the actual URL of the request to flow through to the backend servers.

Note the full URL isn't included in one place in the HTTP protocol, it's broken down into parts. The path and query will flow by default. You specify the scheme to use in the destination address. The host becomes the Host header. YARP uses the destina…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@mrob1600
Comment options

Answer selected by mrob1600
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants