You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafficcontrol.apache.org by "Derek Gelinas (JIRA)" <ji...@apache.org> on 2017/05/15 19:28:04 UTC

[jira] [Created] (TC-290) Add a way to select query string parameters to drop at edge

Derek Gelinas created TC-290:
--------------------------------

             Summary: Add a way to select query string parameters to drop at edge
                 Key: TC-290
                 URL: https://issues.apache.org/jira/browse/TC-290
             Project: Traffic Control
          Issue Type: Improvement
          Components: Traffic Ops
            Reporter: Derek Gelinas


for example input url ::

  http://host/path?key1=something&key2=somethingelse&key3=foo
Want to set per delivery service which of the keys get dropped or used in cachekey and passed up (regex_remap case).

so config should be like::

 keep:key2
or ::
 drop: key1,key3



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)