From 393af92e06f0d562b7e7a7f40c6ff1caeca9523b Mon Sep 17 00:00:00 2001 From: hackerman <3372410+aeneasr@users.noreply.github.com> Date: Sat, 5 Dec 2020 19:10:06 +0100 Subject: [PATCH] docs: fix typo --- docs/versioned_docs/version-v0.38/configure-deploy.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/versioned_docs/version-v0.38/configure-deploy.md b/docs/versioned_docs/version-v0.38/configure-deploy.md index a0babe60bc..511840bb69 100644 --- a/docs/versioned_docs/version-v0.38/configure-deploy.md +++ b/docs/versioned_docs/version-v0.38/configure-deploy.md @@ -99,7 +99,7 @@ service echoes incoming HTTP Requests and is perfect for seeing how ORY Oathkeeper works. Let's define three rules: 1. An access rule that allowing anonymous access to - `https://httpbin.org/anything/cookie` and using the `cookie` mutator. + `https://httpbin.org/anything/header` and using the `header` mutator. 2. An access rule denying every access to `https://httpbin.org/anything/deny`. If the request header has `Accept: application/json`, we will receive a JSON response. If however the accept header has `Accept: text/*`, a HTTP Redirect