<html>
    <head>
      <base href="https://bugs.webkit.org/" />
    </head>
    <body><table border="1" cellspacing="0" cellpadding="8">
        <tr>
          <th>Bug ID</th>
          <td><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Fetching blob URLs with query parameters result in 404"
   href="https://bugs.webkit.org/show_bug.cgi?id=156125">156125</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>Fetching blob URLs with query parameters result in 404
          </td>
        </tr>

        <tr>
          <th>Classification</th>
          <td>Unclassified
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>WebKit
          </td>
        </tr>

        <tr>
          <th>Version</th>
          <td>Safari Technology Preview
          </td>
        </tr>

        <tr>
          <th>Hardware</th>
          <td>Macintosh
          </td>
        </tr>

        <tr>
          <th>OS</th>
          <td>OS X 10.11
          </td>
        </tr>

        <tr>
          <th>Status</th>
          <td>NEW
          </td>
        </tr>

        <tr>
          <th>Severity</th>
          <td>Normal
          </td>
        </tr>

        <tr>
          <th>Priority</th>
          <td>P2
          </td>
        </tr>

        <tr>
          <th>Component</th>
          <td>Page Loading
          </td>
        </tr>

        <tr>
          <th>Assignee</th>
          <td>webkit-unassigned&#64;lists.webkit.org
          </td>
        </tr>

        <tr>
          <th>Reporter</th>
          <td>nolan&#64;nolanlawson.com
          </td>
        </tr>

        <tr>
          <th>CC</th>
          <td>beidson&#64;apple.com
          </td>
        </tr></table>
      <p>
        <div>
        <pre>Created <span class=""><a href="attachment.cgi?id=275457" name="attach_275457" title="Reproducible test case">attachment 275457</a> <a href="attachment.cgi?id=275457&amp;action=edit" title="Reproducible test case">[details]</a></span>
Reproducible test case

Steps to repro:

1. Create a Blob
2. Create an object URL
3. Append a query param
4. Fetch it

Expected:

The Blob should be fetched normally, regardless of whether or not there are query params.

Actual:

The fetch resulted in a 404.

Notes:

There's no 404 in Firefox, but there is in Chrome.

URL to repro: <a href="http://bl.ocks.org/nolanlawson/2d6cdd75df91b04c49706e9abe2222a7">http://bl.ocks.org/nolanlawson/2d6cdd75df91b04c49706e9abe2222a7</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>