Today, we have selected all the hooks for custom Bootstrap (here), so we are excited to click "compile and download ". After waiting for a while, thunder 7 jumped out of the "new download task", but it said this URL is illegal!
The URL is like this:
BLOB: HTTP % 3A // v3.bootcss.com/e718dd26-ba80-498d-8be9-0fc6d2d6c7bf
1. I tried to download it several times and the results were the same.
2. If it doesn't work, I will delete the blob and change % 3A to:, but it still cannot be downloaded, saying it is Error 404.
3. I used 360 to search for "Blob: http: //" without any related results.
4. UseBaiduSearch for "Blob: HTTP % 3A //", search for this article, and press Ctrl + F to view the relevant keywords:
VaR objecturl = Window. url. createobjecturl (BLOB );The Code generates a URL for binary data., Similar to "Blob: HTTP % 3A // test.com/666e6730-f45c-47c1-8012-ccc706f17191133 ".
The time when the URL exists is equivalent to the time when the webpage exists,Once the webpage is refreshed or uninstalled, the URL becomes invalid.. In addition, you can also manually call the URL. revokeobjecturl method to invalidate the URL.
All of a sudden, this data is generated at the front end and only valid in the context of the Web page. The file cannot be found for downloading with thunder, because it only exists in the front of the web page!
Change the browser's download settings to built-in download. The problem is solved.
Solution to the failure to download custom Bootstrap -- Precautions for BLOB download