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
If you add a request_setting but do not specify an xff parameter, it defaults to append, which actually inserts vcl to change X-Forwarded-For even if your request setting has nothing to do with that. Or if you have multiple request settings, one of which specifies xff, a subsequent request setting that doesn't include xff will override it.
If you add a
request_setting
but do not specify anxff
parameter, it defaults toappend
, which actually inserts vcl to change X-Forwarded-For even if your request setting has nothing to do with that. Or if you have multiple request settings, one of which specifiesxff
, a subsequent request setting that doesn't includexff
will override it.The default should be
leave
, which does nothing. The fastly API reference does not specify a default: https://docs.fastly.com/api/config#request_settingsThe text was updated successfully, but these errors were encountered: