strong-carpet-65152
04/05/2023, 3:30 PMchilly-king-10285
04/05/2023, 3:30 PMchilly-king-10285
04/05/2023, 3:31 PMjson { "id": "allow-anonymous-with-header-mutator", "version": "<version-you-want>", "upstream": { "url": "<https://httpbin.org/anything/header>" }, "match": { "url": "http://<127.0.0.1|localhost>:4455/anything/header", "methods": [ "GET" ] }, "authenticators": [ { "handler": "anonymous" } ], "authorizer": { "handler": "allow" }, "mutators": [ { "handler": "header", "config": { "headers": { "X-User": "{{ print .Subject }}" } } } ] }
Make sure your access rules are correctly configured to match the URL you're trying to access. If the issue persists, you may want to check the logs for more information, as suggested in the [Ory FAQ](https://www.ory.sh/docs/hydra/faq).proud-plumber-24205
04/06/2023, 10:12 AMstrong-carpet-65152
04/06/2023, 1:36 PMproud-plumber-24205
04/06/2023, 2:46 PM