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.
When drop qstring is enabled in TO, this regex remap config is put onto the DS:
[root@[snip] trafficserver]# cat drop_qstring.config
# DO NOT EDIT - Generated for [snip] by Traffic Ops (https://[snip]/) on Tue Oct 10 14:20:58 UTC 2017
/([^?]+) $s://$t/$1
Per ATS docs:
$t - The host as used in the "to" portion of the remap rule
$p - The original port number
$s - The scheme (e.g. http) of the request
This regex remap will strip port on any origin that is configured with an explicit port (IE, http://127.0.0.1:81)