You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafficserver.apache.org by "Alan M. Carroll (JIRA)" <ji...@apache.org> on 2015/05/06 20:40:00 UTC

[jira] [Created] (TS-3585) Redirection does not do DNS if cache is disabled

Alan M. Carroll created TS-3585:
-----------------------------------

             Summary: Redirection does not do DNS if cache is disabled
                 Key: TS-3585
                 URL: https://issues.apache.org/jira/browse/TS-3585
             Project: Traffic Server
          Issue Type: Bug
          Components: Core
            Reporter: Alan M. Carroll


Disable cache by setting
{code}
CONFIG proxy.config.http.cache.http INT 0
{code}
Run ATS and do
{code}
curl --verbose --proxy localhost:8080 http://apache.org/index.html
{code}
This should work. Then try
{code}
curl --verbose --proxy localhost:8080 http://httpbin.org/redirect-to?http://apache.org/index.html
{code}
This will fail. If you trace it you will discover the problem is ATS uses the IP address of {{httpbin.org}} for the redirect access to {{apache.org}}.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)