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
This options adds a header in the style of "X-Forwarded-For", but
containing the app name that made the request.
The information is extracted from the client certificate.
Example configuration:
```
{
"service": {
"name": "socat",
"port": 8181,
"connect": {
"sidecar_service": {
"proxy": {
"config": {
"appname_header": "X-App"
}
}
}
}
}
}
```
0 commit comments