more tests and docs

This commit is contained in:
TomPallister
2020-04-13 16:48:28 +01:00
parent 6c20b1173f
commit b7cfac9336
3 changed files with 21 additions and 5 deletions

View File

@ -85,6 +85,7 @@ Ocelot allows placeholders that can be used in header transformation.
{BaseUrl} - This will use Ocelot's base url e.g. http://localhost:5000 as its value.
{DownstreamBaseUrl} - This will use the downstream services base url e.g. http://localhost:5000 as its value. This only works for DownstreamHeaderTransform at the moment.
{TraceId} - This will use the Butterfly APM Trace Id. This only works for DownstreamHeaderTransform at the moment.
{UpstreamHost} - This will look for the incoming Host header.
Handling 302 Redirects
^^^^^^^^^^^^^^^^^^^^^^