<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body><span class="vcard"><a class="email" href="mailto:erack@redhat.com" title="Eike Rathke <erack@redhat.com>"> <span class="fn">Eike Rathke</span></a>
</span> changed
          <a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED NOTOURBUG - webservice() accesses URL multiple times"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=138383">bug 138383</a>
          <br>
             <table border="1" cellspacing="0" cellpadding="8">
          <tr>
            <th>What</th>
            <th>Removed</th>
            <th>Added</th>
          </tr>

         <tr>
           <td style="text-align:right;">Resolution</td>
           <td>---
           </td>
           <td>NOTOURBUG
           </td>
         </tr>

         <tr>
           <td style="text-align:right;">Status</td>
           <td>UNCONFIRMED
           </td>
           <td>RESOLVED
           </td>
         </tr></table>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED NOTOURBUG - webservice() accesses URL multiple times"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=138383#c3">Comment # 3</a>
              on <a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED NOTOURBUG - webservice() accesses URL multiple times"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=138383">bug 138383</a>
              from <span class="vcard"><a class="email" href="mailto:erack@redhat.com" title="Eike Rathke <erack@redhat.com>"> <span class="fn">Eike Rathke</span></a>
</span></b>
        <pre>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
<a href="https://developer.mozilla.org/en-US/docs/Web/HTTP/Methods/OPTIONS">https://developer.mozilla.org/en-US/docs/Web/HTTP/Methods/OPTIONS</a>
<a href="https://developer.mozilla.org/en-US/docs/Web/HTTP/Methods/HEAD">https://developer.mozilla.org/en-US/docs/Web/HTTP/Methods/HEAD</a></pre>
        </div>
      </p>


      <hr>
      <span>You are receiving this mail because:</span>

      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>