[Webkit-unassigned] [Bug 174210] "too many HTTP redirects" blocks iFrame content from loading

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jul 6 12:30:12 PDT 2017


https://bugs.webkit.org/show_bug.cgi?id=174210

--- Comment #1 from Andy <me at andrewray.me> ---
Based on inspecting the URL with wget, the page actually returns a 302 pointing to itself, which may be causing the Safari error.

wget -S -O - 'https://app.box.com/dropbox/5febs67ox3humifvbcl4mv8d3p7b748n/1759106711?i=&d=1&w=400&h=300&t=&r=1'
--2017-07-06 12:27:27--  https://app.box.com/dropbox/5febs67ox3humifvbcl4mv8d3p7b748n/1759106711?i=&d=1&w=400&h=300&t=&r=1
Resolving app.box.com... 107.152.25.198
Connecting to app.box.com|107.152.25.198|:443... connected.
HTTP request sent, awaiting response...
  HTTP/1.1 302 Found
  Server: ATS
  Date: Thu, 06 Jul 2017 19:27:23 GMT
  Content-Type: text/html; charset=utf-8
  Content-Length: 0
  Pragma: no-cache
  Location: /dropbox/5febs67ox3humifvbcl4mv8d3p7b748n/1759106711?i=&d=1&w=400&h=300&t=&r=1

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20170706/5621b26a/attachment.html>


More information about the webkit-unassigned mailing list