[Libreoffice-bugs] [Bug 138383] webservice() accesses URL multiple times
bugzilla-daemon at bugs.documentfoundation.org
bugzilla-daemon at bugs.documentfoundation.org
Fri Jul 23 16:36:02 UTC 2021
https://bugs.documentfoundation.org/show_bug.cgi?id=138383
Eike Rathke <erack at redhat.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Resolution|--- |NOTOURBUG
Status|UNCONFIRMED |RESOLVED
--- Comment #3 from Eike Rathke <erack at redhat.com> ---
It accesses the URL 3 times, but with 3 different requests:
1. OPTIONS
2. HEAD
3. GET
of which only the 3rd obtains data (or at least should and the server should
not deliver the actual data for the others). If the site requested counts that
as three data accesses there's nothing we can do.
See also
https://developer.mozilla.org/en-US/docs/Web/HTTP/Methods/OPTIONS
https://developer.mozilla.org/en-US/docs/Web/HTTP/Methods/HEAD
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20210723/f2137ed1/attachment.htm>
More information about the Libreoffice-bugs
mailing list