[Webkit-unassigned] [Bug 260538] [GTK] Fails to open tesla.com: website is unusable except when web inspector is open, "Access Denied"
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Aug 23 08:04:06 PDT 2023
https://bugs.webkit.org/show_bug.cgi?id=260538
--- Comment #8 from Milan Crha <mcrha at redhat.com> ---
It looks like they are filtering on the User-Agent and Accept-Language headers, because I've been trying the headers used by the Firefox and when I include these two (only both of them work) the curl command returns a valid page, otherwise I get the "Access Denied" response. The full command I use, which works:
curl -v --http2 https://www.tesla.com -H "Accept-Language: en-US,en;q=0.5" -H "User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:109.0) Gecko/20100101 Firefox/115.0"
--
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/20230823/ab8027a6/attachment.htm>
More information about the webkit-unassigned
mailing list