We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 843fcf2 commit 63e7058Copy full SHA for 63e7058
examples/filter_metadata/README.md
@@ -17,9 +17,15 @@ and has a matching Envoy configuration.
17
$ docker compose up
18
```
19
20
-Send HTTP request to `localhost:10000/` with a `x-custom-metadata` header value.
+Send a HTTP request to `localhost:10000/` will return the configured response.
21
22
-> Not setting the header will return the configured welcome message.
+```sh
23
+$ curl localhost:10000/
24
+Welcome, set the `x-custom-metadata` header to change the response!
25
+```
26
+
27
28
+Send a HTTP request to `localhost:10000/` with a `x-custom-metadata` header value.
29
30
```sh
31
$ curl localhost:10000/ -H "x-custom-metadata: some-value"
0 commit comments