You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| <spanid="url">`url`</span> | The URL to fetch data from. | HTTP URL |`"https://127.0.0.1:8081/"`|
259
-
| <spanid="url">`response_url`</span> | The URL to return to the client for fetching tickets. | HTTP URL |`"https://127.0.0.1:8081/"`|
260
-
|`forward_headers`| When constructing the URL tickets, copy HTTP headers received in the initial query. | Boolean |`true`|
261
-
|`header_blacklist`| List of headers that should not be forwarded. | Array of headers |`[]`|
262
-
|`tls`| Additionally enables client authentication, or sets non-native root certificates for TLS. See [server configuration](#server-configuration) for more details. | TOML table | TLS is always allowed, however the default performs no client authentication and uses native root certificates. |
| <spanid="url">`url`</span> | The URL to fetch data from. | HTTP URL |`"https://127.0.0.1:8081/"`|
259
+
| <spanid="url">`response_url`</span> | The URL to return to the client for fetching tickets. | HTTP URL |`"https://127.0.0.1:8081/"`|
260
+
|`forward_headers`| When constructing the URL tickets, copy HTTP headers received in the initial query. | Boolean |`true`|
261
+
|`header_blacklist`| List of headers that should not be forwarded. | Array of headers |`[]`|
262
+
|`http`| Additionally enables client authentication, or sets non-native root certificates for TLS, or disables HTTP header caching. See [server configuration](#server-configuration) for more details. | TOML table | TLS is always allowed, however the default performs no client authentication and uses native root certificates. |
263
263
264
264
For example, the following forwards all headers to response tickets except `Host`, and constructs tickets using `https://example.com` instead of `http://localhost:8080`:
0 commit comments