I'm having an intermittent problem that results in a redirect loop between a panel page path which is set to be the front page of the site (/home) and (/). We do use the Redirect module and Global Redirect, but we don't have any redirects for (/) or (/home). When the problem happens the browser returns a "Too Many Redirects" error message and the URL points to /home. Flushing all of the Drupal caches temporarily fixes the error and allows the page to load. I haven't been able to find any corresponding error message in our logs, but I was able to record the HTTP headers while the loop was happening (screenshot attached).

I've been unable to reproduce the problem, which makes debugging difficult, however the error keeps happening at seemingly random intervals. Does anyone know why the root page would ever redirect to (/home) which is the path designated for my homepage panel? Any idea why clearing the cache temporarily fixes the problem?

Thanks!

CommentFileSizeAuthor
redirects-301.png39.86 KBmedinasod
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

medinasod created an issue.

medinasod’s picture

Here's some more information:

  • * There are no errors being logged on the backend
  • * Flushing the caches temporarily fixes the problem
  • * Adding a query string to the end of the URL prevents the redirect loop (the page loads)
  • * The issue has never happened on our dev/test environments (no Varnish here)
  • * The issue has never happened for authenticated users (no Varnish)
  • * The problematic redirect is pointing the user to the path: /home (since changed to "default-panel"), which is set as our site's default front page on our homepage panel.
  • * The HTTP headers show two different Varnish servers redirecting to each other: one points to / the other points to the path for the homepage (now "default-panel").
  • * The website is hosted on Pantheon

Here's a complete anonymized trace of the http headers when the redirect loop is happening...

Thank you!

------------------------------------------

Request Headers:

=================================
+ Request 1: https://www.example.com/
URL: https://www.example.com/
Host: www.example.com
IP: 23.185.0.4
Error/Status Code: 301
Priority: HIGHEST
Protocol: HTTP/2
Client Port: 40498
Request Start: 0.773 s
Initial Connection: 30 ms
Time to First Byte: 31 ms
Bytes In (downloaded): 0.0 KB
Bytes Out (uploaded): 0.4 KB

Request Headers:

:path: /
accept-language: en-US,en;q=0.8
accept-encoding: gzip, deflate, br
accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8
user-agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36 PTST/170825.000835
:scheme: https
upgrade-insecure-requests: 1
:method: GET
:authority: www.example.com

Response Headers:

status: 301
content-length: 0
via: 1.1 varnish
via: 1.1 varnish
x-drupal-cache: HIT
x-cache: HIT, HIT
fastly-debug-digest: 72e2e22c58a09fc242831a61eb08a303176470f53e7693a7982362d5dfd9d1c9
age: 2067
x-timer: S1503635254.769517,VS0,VE0
vary: Cookie, Cookie
server: nginx
x-pantheon-styx-hostname: styx-02-1805583510-5rrl0
x-served-by: cache-ord1744-ORD, cache-sjc3626-SJC
link: ; rel="canonical"
location: https://www.example.com/default-panel
cache-control: public, max-age=86400
date: Fri, 25 Aug 2017 04:27:33 GMT
x-cache-hits: 1, 25
x-styx-req-id: styx-1f1714e70ee7c3ad2034386ed5a64dcf
content-type: text/html; charset=UTF-8
accept-ranges: bytes

=================================
+ Request 2: https://www.example.com/default-panel
URL: https://www.example.com/default-panel
Host: www.example.com
Error/Status Code: 301
Priority: VeryHigh
Protocol: HTTP/2
Request Start: 0.817 s
Time to First Byte: 168 ms
Bytes In (downloaded): 0.0 KB
Bytes Out (uploaded): 0.4 KB

Request Headers:

:path: /default-panel
accept-language: en-US,en;q=0.8
accept-encoding: gzip, deflate, br
accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8
user-agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36 PTST/170825.000835
:scheme: https
upgrade-insecure-requests: 1
:method: GET
:authority: www.example.com

Response Headers:

content-length: 0
via: 1.1 varnish
via: 1.1 varnish
fastly-debug-digest: 3b7cfb4321563e9f9c632ac13441478f53ad49d578c11047cc519eba86f1b500
vary: Cookie, Cookie
x-pantheon-styx-hostname: styx-01-1110770836-mwdtv
x-content-type-options: nosniff
x-styx-req-id: styx-eeea244c4d396bfcd1366c03fb648d22
x-cache-hits: 0, 0
location: https://www.example.com/
cache-control: no-cache, must-revalidate, post-check=0, pre-check=0
status: 301
x-served-by: cache-ord1725-ORD, cache-sjc3626-SJC
x-cache: MISS, MISS
accept-ranges: bytes
expires: Sun, 19 Nov 1978 05:00:00 GMT
date: Fri, 25 Aug 2017 04:27:33 GMT
x-drupal-cache: MISS
age: 0
x-timer: S1503635254.813808,VS0,VE137
server: nginx
content-type: text/html; charset=UTF-8

=================================
+ Request 3: https://www.example.com/default-panel
URL: https://www.example.com/default-panel
Host: www.example.com
Error/Status Code: 301
Priority: VeryHigh
Protocol: HTTP/2
Request Start: 0.992 s
Time to First Byte: 201 ms
Bytes In (downloaded): 0.0 KB
Bytes Out (uploaded): 0.4 KB

Request Headers:

:path: /default-panel
accept-language: en-US,en;q=0.8
accept-encoding: gzip, deflate, br
accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8
user-agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36 PTST/170825.000835
:scheme: https
upgrade-insecure-requests: 1
:method: GET
:authority: www.example.com

Response Headers:

content-length: 0
via: 1.1 varnish
via: 1.1 varnish
fastly-debug-digest: 3b7cfb4321563e9f9c632ac13441478f53ad49d578c11047cc519eba86f1b500
vary: Cookie, Cookie
x-pantheon-styx-hostname: styx-02-1805583510-2xl0z
x-content-type-options: nosniff
x-styx-req-id: styx-cabf656956322a34f2592e3507c97644
x-cache-hits: 0, 0
location: https://www.example.com/
cache-control: no-cache, must-revalidate, post-check=0, pre-check=0
status: 301
x-served-by: cache-ord1738-ORD, cache-sjc3626-SJC
x-cache: MISS, MISS
accept-ranges: bytes
accept-ranges: bytes
expires: Sun, 19 Nov 1978 05:00:00 GMT
date: Fri, 25 Aug 2017 04:27:34 GMT
x-drupal-cache: MISS
age: 0
x-timer: S1503635254.989167,VS0,VE170
server: nginx
content-type: text/html; charset=UTF-8

=================================
+ Request 4: https://www.example.com/default-panel
URL: https://www.example.com/default-panel
Host: www.example.com
Error/Status Code: 301
Priority: VeryHigh
Protocol: HTTP/2
Request Start: 1.201 s
Time to First Byte: 186 ms
Bytes In (downloaded): 0.0 KB
Bytes Out (uploaded): 0.4 KB

Request Headers:

:path: /default-panel
accept-language: en-US,en;q=0.8
accept-encoding: gzip, deflate, br
accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8
user-agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36 PTST/170825.000835
:scheme: https
upgrade-insecure-requests: 1
:method: GET
:authority: www.example.com

Response Headers:

content-length: 0
via: 1.1 varnish
via: 1.1 varnish
fastly-debug-digest: 3b7cfb4321563e9f9c632ac13441478f53ad49d578c11047cc519eba86f1b500
vary: Cookie, Cookie
x-pantheon-styx-hostname: styx-01-1110770836-l0c0b
x-content-type-options: nosniff
x-styx-req-id: styx-88f40682e6144e267f19ec17a81a8d27
x-cache-hits: 0, 0
location: https://www.example.com/
cache-control: no-cache, must-revalidate, post-check=0, pre-check=0
status: 301
x-served-by: cache-ord1729-ORD, cache-sjc3626-SJC
x-cache: MISS, MISS
accept-ranges: bytes
accept-ranges: bytes
expires: Sun, 19 Nov 1978 05:00:00 GMT
date: Fri, 25 Aug 2017 04:27:34 GMT
x-drupal-cache: MISS
age: 0
x-timer: S1503635254.197104,VS0,VE155
server: nginx
content-type: text/html; charset=UTF-8

=================================
+ Request 5: https://www.example.com/default-panel
URL: https://www.example.com/default-panel
Host: www.example.com
Error/Status Code: 301
Priority: VeryHigh
Protocol: HTTP/2
Request Start: 1.393 s
Time to First Byte: 174 ms
Bytes In (downloaded): 0.0 KB
Bytes Out (uploaded): 0.4 KB

Request Headers:

:path: /default-panel
accept-language: en-US,en;q=0.8
accept-encoding: gzip, deflate, br
accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8
user-agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36 PTST/170825.000835
:scheme: https
upgrade-insecure-requests: 1
:method: GET
:authority: www.example.com

Response Headers:

content-length: 0
via: 1.1 varnish
via: 1.1 varnish
fastly-debug-digest: 3b7cfb4321563e9f9c632ac13441478f53ad49d578c11047cc519eba86f1b500
vary: Cookie, Cookie
x-pantheon-styx-hostname: styx-02-1805583510-m1h1x
x-content-type-options: nosniff
x-styx-req-id: styx-8ffd420e13ca9361c4bda4d82ecd9352
x-cache-hits: 0, 0
location: https://www.example.com/
cache-control: no-cache, must-revalidate, post-check=0, pre-check=0
status: 301
x-served-by: cache-ord1730-ORD, cache-sjc3626-SJC
x-cache: MISS, MISS
accept-ranges: bytes
accept-ranges: bytes
expires: Sun, 19 Nov 1978 05:00:00 GMT
date: Fri, 25 Aug 2017 04:27:34 GMT
x-drupal-cache: MISS
age: 0
x-timer: S1503635254.388749,VS0,VE143
server: nginx
content-type: text/html; charset=UTF-8

=================================
+ Request 6: https://www.example.com/default-panel
URL: https://www.example.com/default-panel
Host: www.example.com
Error/Status Code: 301
Priority: VeryHigh
Protocol: HTTP/2
Request Start: 1.572 s
Time to First Byte: 159 ms
Bytes In (downloaded): 0.0 KB
Bytes Out (uploaded): 0.4 KB

Request Headers:

:path: /default-panel
accept-language: en-US,en;q=0.8
accept-encoding: gzip, deflate, br
accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8
user-agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36 PTST/170825.000835
:scheme: https
upgrade-insecure-requests: 1
:method: GET
:authority: www.example.com

Response Headers:

content-length: 0
via: 1.1 varnish
via: 1.1 varnish
fastly-debug-digest: 3b7cfb4321563e9f9c632ac13441478f53ad49d578c11047cc519eba86f1b500
vary: Cookie, Cookie
x-pantheon-styx-hostname: styx-01-1110770836-2svzq
x-content-type-options: nosniff
x-styx-req-id: styx-6e03119fe00109b22b1cea0094bb6e57
x-cache-hits: 0, 0
location: https://www.example.com/
cache-control: no-cache, must-revalidate, post-check=0, pre-check=0
status: 301
x-served-by: cache-ord1741-ORD, cache-sjc3626-SJC
x-cache: MISS, MISS
accept-ranges: bytes
accept-ranges: bytes
expires: Sun, 19 Nov 1978 05:00:00 GMT
date: Fri, 25 Aug 2017 04:27:34 GMT
x-drupal-cache: MISS
age: 0
x-timer: S1503635255.568360,VS0,VE128
server: nginx
content-type: text/html; charset=UTF-8

=================================
+ Request 7: https://www.example.com/default-panel
URL: https://www.example.com/default-panel
Host: www.example.com
Error/Status Code: 301
Priority: VeryHigh
Protocol: HTTP/2
Request Start: 1.737 s
Time to First Byte: 155 ms
Bytes In (downloaded): 0.0 KB
Bytes Out (uploaded): 0.4 KB

Request Headers:

:path: /default-panel
accept-language: en-US,en;q=0.8
accept-encoding: gzip, deflate, br
accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8
user-agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36 PTST/170825.000835
:scheme: https
upgrade-insecure-requests: 1
:method: GET
:authority: www.example.com

Response Headers:

content-length: 0
via: 1.1 varnish
via: 1.1 varnish
fastly-debug-digest: 3b7cfb4321563e9f9c632ac13441478f53ad49d578c11047cc519eba86f1b500
vary: Cookie, Cookie
x-pantheon-styx-hostname: styx-01-1110770836-mwdtv
x-content-type-options: nosniff
x-styx-req-id: styx-79c3cabc7fecf131e3a58af57a1d942a
x-cache-hits: 0, 0
location: https://www.example.com/
cache-control: no-cache, must-revalidate, post-check=0, pre-check=0
status: 301
x-served-by: cache-ord1733-ORD, cache-sjc3626-SJC
x-cache: MISS, MISS
accept-ranges: bytes
accept-ranges: bytes
expires: Sun, 19 Nov 1978 05:00:00 GMT
date: Fri, 25 Aug 2017 04:27:34 GMT
x-drupal-cache: MISS
age: 0
x-timer: S1503635255.733622,VS0,VE124
server: nginx
content-type: text/html; charset=UTF-8

=================================
+ Request 8: https://www.example.com/default-panel
URL: https://www.example.com/default-panel
Host: www.example.com
Error/Status Code: 301
Priority: VeryHigh
Protocol: HTTP/2
Request Start: 1.899 s
Time to First Byte: 150 ms
Bytes In (downloaded): 0.0 KB
Bytes Out (uploaded): 0.4 KB

Request Headers:

:path: /default-panel
accept-language: en-US,en;q=0.8
accept-encoding: gzip, deflate, br
accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8
user-agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36 PTST/170825.000835
:scheme: https
upgrade-insecure-requests: 1
:method: GET
:authority: www.example.com

Response Headers:

content-length: 0
via: 1.1 varnish
via: 1.1 varnish
fastly-debug-digest: 3b7cfb4321563e9f9c632ac13441478f53ad49d578c11047cc519eba86f1b500
vary: Cookie, Cookie
x-pantheon-styx-hostname: styx-01-1110770836-l0c0b
x-content-type-options: nosniff
x-styx-req-id: styx-4a70f2a0053793efc8712e233ce3ad86
x-cache-hits: 0, 0
location: https://www.example.com/
cache-control: no-cache, must-revalidate, post-check=0, pre-check=0
status: 301
x-served-by: cache-ord1729-ORD, cache-sjc3626-SJC
x-cache: MISS, MISS
accept-ranges: bytes
accept-ranges: bytes
expires: Sun, 19 Nov 1978 05:00:00 GMT
date: Fri, 25 Aug 2017 04:27:35 GMT
x-drupal-cache: MISS
age: 0
x-timer: S1503635255.895594,VS0,VE119
server: nginx
content-type: text/html; charset=UTF-8

=================================
+ Request 9: https://www.example.com/default-panel
URL: https://www.example.com/default-panel
Host: www.example.com
Error/Status Code: 301
Priority: VeryHigh
Protocol: HTTP/2
Request Start: 2.061 s
Time to First Byte: 174 ms
Bytes In (downloaded): 0.0 KB
Bytes Out (uploaded): 0.4 KB

Request Headers:

:path: /default-panel
accept-language: en-US,en;q=0.8
accept-encoding: gzip, deflate, br
accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8
user-agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36 PTST/170825.000835
:scheme: https
upgrade-insecure-requests: 1
:method: GET
:authority: www.example.com

Response Headers:

content-length: 0
via: 1.1 varnish
via: 1.1 varnish
fastly-debug-digest: 3b7cfb4321563e9f9c632ac13441478f53ad49d578c11047cc519eba86f1b500
vary: Cookie, Cookie
x-pantheon-styx-hostname: styx-01-1110770836-mwdtv
x-content-type-options: nosniff
x-styx-req-id: styx-e7d2e42304f9a380b3a93cd7ea1e1723
x-cache-hits: 0, 0
location: https://www.example.com/
cache-control: no-cache, must-revalidate, post-check=0, pre-check=0
status: 301
x-served-by: cache-ord1747-ORD, cache-sjc3626-SJC
x-cache: MISS, MISS
accept-ranges: bytes
accept-ranges: bytes
expires: Sun, 19 Nov 1978 05:00:00 GMT
date: Fri, 25 Aug 2017 04:27:35 GMT
x-drupal-cache: MISS
age: 0
x-timer: S1503635255.057010,VS0,VE143
server: nginx
content-type: text/html; charset=UTF-8

=================================
+ Request 10: https://www.example.com/default-panel
URL: https://www.example.com/default-panel
Host: www.example.com
Error/Status Code: 301
Priority: VeryHigh
Protocol: HTTP/2
Request Start: 2.241 s
Time to First Byte: 229 ms
Bytes In (downloaded): 0.0 KB
Bytes Out (uploaded): 0.4 KB

Request Headers:

:path: /default-panel
accept-language: en-US,en;q=0.8
accept-encoding: gzip, deflate, br
accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8
user-agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36 PTST/170825.000835
:scheme: https
upgrade-insecure-requests: 1
:method: GET
:authority: www.example.com

Response Headers:

content-length: 0
via: 1.1 varnish
via: 1.1 varnish
fastly-debug-digest: 3b7cfb4321563e9f9c632ac13441478f53ad49d578c11047cc519eba86f1b500
vary: Cookie, Cookie
x-pantheon-styx-hostname: styx-02-1805583510-m1h1x
x-content-type-options: nosniff
x-styx-req-id: styx-f40970c629ab3d4d39df218c3712a44a
x-cache-hits: 0, 0
location: https://www.example.com/
cache-control: no-cache, must-revalidate, post-check=0, pre-check=0
status: 301
x-served-by: cache-ord1732-ORD, cache-sjc3626-SJC
x-cache: MISS, MISS
accept-ranges: bytes
accept-ranges: bytes
expires: Sun, 19 Nov 1978 05:00:00 GMT
date: Fri, 25 Aug 2017 04:27:35 GMT
x-drupal-cache: MISS
age: 0
x-timer: S1503635255.239250,VS0,VE196
server: nginx
content-type: text/html; charset=UTF-8

=================================
+ Request 11: https://www.example.com/default-panel
URL: https://www.example.com/default-panel
Host: www.example.com
Error/Status Code: 301
Priority: VeryHigh
Protocol: HTTP/2
Request Start: 2.476 s
Time to First Byte: 192 ms
Bytes In (downloaded): 0.0 KB
Bytes Out (uploaded): 0.4 KB

Request Headers:

:path: /default-panel
accept-language: en-US,en;q=0.8
accept-encoding: gzip, deflate, br
accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8
user-agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36 PTST/170825.000835
:scheme: https
upgrade-insecure-requests: 1
:method: GET
:authority: www.example.com

Response Headers:

content-length: 0
via: 1.1 varnish
via: 1.1 varnish
fastly-debug-digest: 3b7cfb4321563e9f9c632ac13441478f53ad49d578c11047cc519eba86f1b500
vary: Cookie, Cookie
x-pantheon-styx-hostname: styx-01-1110770836-mwdtv
x-content-type-options: nosniff
x-styx-req-id: styx-925276f7de7fa43de751491abf68846a
x-cache-hits: 0, 0
location: https://www.example.com/
cache-control: no-cache, must-revalidate, post-check=0, pre-check=0
status: 301
x-served-by: cache-ord1733-ORD, cache-sjc3626-SJC
x-cache: MISS, MISS
accept-ranges: bytes
accept-ranges: bytes
expires: Sun, 19 Nov 1978 05:00:00 GMT
date: Fri, 25 Aug 2017 04:27:35 GMT
x-drupal-cache: MISS
age: 0
x-timer: S1503635255.471919,VS0,VE161
server: nginx
content-type: text/html; charset=UTF-8

=================================
+ Request 12: https://www.example.com/default-panel
URL: https://www.example.com/default-panel
Host: www.example.com
Error/Status Code: -1
Priority: VeryHigh
Request Start: 2.760 s
Bytes In (downloaded): 0.0 KB
Bytes Out (uploaded): 0.2 KB

Request Headers:

Upgrade-Insecure-Requests: 1
User-Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36 PTST/170825.000835

Response Headers:

=================================
+ Request 13: https://www.example.com/default-panel
URL: https://www.example.com/default-panel
Host: www.example.com
Error/Status Code: -1
Priority: HIGHEST
Protocol: HTTP/2
Request Start: 2.818 s
Time to First Byte: 230 ms
Bytes In (downloaded): 0.0 KB
Bytes Out (uploaded): 0.1 KB

Request Headers:

User-Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36 PTST/170825.000835

Response Headers:

=================================
+ Request 14: https://www.example.com/
URL: https://www.example.com/
Host: www.example.com
Error/Status Code: 301
Protocol: HTTP/2
Request Start: 3.052 s
Time to First Byte: 31 ms
Bytes In (downloaded): 0.0 KB
Bytes Out (uploaded): 0.0 KB

Request Headers:

:path: /
accept-language: en-US,en;q=0.8
accept-encoding: gzip, deflate, br
user-agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36 PTST/170825.000835
accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8
:authority: www.example.com
:scheme: https
:method: GET
cache-control: max-age=0
upgrade-insecure-requests: 1

Response Headers:

HTTP/1.1 301
status: 301
date: Fri, 25 Aug 2017 04:27:36 GMT
content-type: text/html; charset=UTF-8
link: ; rel="canonical"
location: https://www.example.com/default-panel
server: nginx
surrogate-key-raw:
x-drupal-cache: HIT
x-pantheon-styx-hostname: styx-02-1805583510-5rrl0
x-styx-req-id: styx-1f1714e70ee7c3ad2034386ed5a64dcf
cache-control: public, max-age=86400
via: 1.1 varnish
via: 1.1 varnish
fastly-debug-digest: 72e2e22c58a09fc242831a61eb08a303176470f53e7693a7982362d5dfd9d1c9
accept-ranges: bytes
age: 2069
x-served-by: cache-ord1744-ORD, cache-sjc3626-SJC
x-cache: HIT, HIT
x-cache-hits: 1, 26
x-timer: S1503635256.048588,VS0,VE0
vary: Cookie, Cookie
content-length: 0

---------------------------------------------

picacsso’s picture

Have you had any luck solving your redirect issue? I'm now experiencing the same problems and not sure what's causing it.

Mike.Conley’s picture

Bump. same issue.