mirror of
https://github.com/pomerium/pomerium.git
synced 2025-08-06 10:21:05 +02:00
Co-authored-by: Alex Fornuto <afornuto@pomerium.com>
This commit is contained in:
parent
4684e11818
commit
a6e11527aa
2 changed files with 2 additions and 2 deletions
|
@ -1364,7 +1364,7 @@ Set Request Headers allows you to set static values for given request headers. T
|
||||||
```
|
```
|
||||||
:::warning
|
:::warning
|
||||||
|
|
||||||
Neither :-prefixed pseudo-headers nor the Host: header may be modified via this mechanism. Those headers may instead be modified via mechanisms such as prefix_rewrite, regex_rewrite, and host_rewrite.
|
Neither `:-prefixed` pseudo-headers nor the `Host:` header may be modified via this mechanism. Those headers may instead be modified via mechanisms such as `prefix_rewrite`, `regex_rewrite`, and `host_rewrite`.
|
||||||
|
|
||||||
:::
|
:::
|
||||||
|
|
||||||
|
|
|
@ -1495,7 +1495,7 @@ settings:
|
||||||
```
|
```
|
||||||
:::warning
|
:::warning
|
||||||
|
|
||||||
Neither :-prefixed pseudo-headers nor the Host: header may be modified via this mechanism. Those headers may instead be modified via mechanisms such as prefix_rewrite, regex_rewrite, and host_rewrite.
|
Neither `:-prefixed` pseudo-headers nor the `Host:` header may be modified via this mechanism. Those headers may instead be modified via mechanisms such as `prefix_rewrite`, `regex_rewrite`, and `host_rewrite`.
|
||||||
|
|
||||||
:::
|
:::
|
||||||
- name: "Remove Request Headers"
|
- name: "Remove Request Headers"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue