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
The be_served_from_origin checks the hostname in the cache key, and assumes this is going to be the origin hostname. If you set cache key to incoming host header, be_served_from_origin will fail.
If there's no possible way to check the actual origin hostname, perhaps we could deprecate be_served_from_origin and replace it with something called e.g. have_cache_key_hostname that more clearly describes what it does.
The text was updated successfully, but these errors were encountered:
The
be_served_from_origin
checks the hostname in the cache key, and assumes this is going to be the origin hostname. If you set cache key to incoming host header,be_served_from_origin
will fail.If there's no possible way to check the actual origin hostname, perhaps we could deprecate
be_served_from_origin
and replace it with something called e.g.have_cache_key_hostname
that more clearly describes what it does.The text was updated successfully, but these errors were encountered: