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
{{ message }}
This repository was archived by the owner on Nov 24, 2025. It is now read-only.
Add a feature to Traffic Router and Traffic Ops that allows one to specify attributes to use when consistent hashing for cache selection on a per-delivery service basis. One specific use case is to allow us to consider the query string, as the default is to ignore it. Beyond that, we might want to allow additional strategies, such as a regex that will match parts of the attribute (path, header), or allow URL + header, header only, etc.
Other options:
short hostname
domainname
fully qualified domainname
Partial path
Path segments/delimiter (;)
Headers
Combinations of the above
Regular expressions applied to the URL or header(s)