[Webkit-unassigned] [Bug 245247] [SOUP] Too many redirections error loading PDF that works fine in Firefox

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Sep 21 21:24:50 PDT 2022


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

--- Comment #5 from Karl Dubost <karlcow at apple.com> ---
The url 
http://www.owenscorning.com/NetworkShare/Roofing/10013915-Deck-Defense-Technical-White-Paper-October-2011.pdf

and its request

```
GET /NetworkShare/Roofing/10013915-Deck-Defense-Technical-White-Paper-October-2011.pdf HTTP/1.1
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Pragma: no-cache
Cookie: ecm=user_id=0&isMembershipUser=0&site_id=&username=&new_site=/&unique_id=0&site_preview=0&langvalue=0&DefaultLanguage=1033&NavLanguage=1033&LastValidLanguageID=1033&DefaultCurrency=840&SiteCurrency=840&ContType=&UserCulture=1033&dm=origin.owenscorning.com&SiteLanguage=1033; EkAnalytics=0; EktGUID=8f14ec13-db71-4027-8d41-76e7b6b55579
Cache-Control: no-cache
Upgrade-Insecure-Requests: 1
Host: www.owenscorning.com
User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.1 Safari/605.1.15
Accept-Language: en-US,en;q=0.9
Accept-Encoding: gzip, deflate, br
Connection: keep-alive
```

which receives the response.


```
HTTP/1.1 200 OK
Content-Type: application/pdf
Last-Modified: Wed, 15 Jul 2020 15:30:34 GMT
Set-Cookie: ecm=user_id=0&isMembershipUser=0&site_id=&username=&new_site=/&unique_id=0&site_preview=0&langvalue=0&DefaultLanguage=1033&NavLanguage=1033&LastValidLanguageID=1033&DefaultCurrency=840&SiteCurrency=840&ContType=&UserCulture=1033&dm=origin.owenscorning.com&SiteLanguage=1033; path=/
Content-Encoding: gzip
Transfer-Encoding: Identity
Cache-Control: private
Date: Thu, 22 Sep 2022 04:18:29 GMT
Connection: keep-alive
ETag: "5217f7e1bc5ad61:0-gzip"
Vary: Accept-Encoding,User-Agent
Accept-Ranges: bytes
X-Powered-By: ASP.NET
Server: Microsoft-IIS/7.5
```

I wonder if its a loop in between http and https.

-- 
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/20220922/0474b5e0/attachment.htm>


More information about the webkit-unassigned mailing list