-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
uDMBK
authored
Jan 15, 2022
1 parent
25a7617
commit 3ba2053
Showing
1 changed file
with
5 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,8 @@ | ||
# Asset Downloader | ||
Roblox's AssetDelivery API [does not correctly utilise CORS](https://devforum.roblox.com/t/cors-error-on-users-api/1614679/6) making it essentially impossible for a site on a modern web browser to download clothing assets. This tool replaces the website version as C# HttpWebRequests can ignore CORS making the tool functional again with additional features such as replacing the asset background with the default Roblox Clothing Templates. | ||
### Asset Downloader is additionally completely open-source unlike alternative closed-source tools with embedded malware | ||
### Asset Downloader is additionally completely open-source unlike alternative closed-source tools with embedded malware. | ||
### Download Latest Version [Here](https://github.com/uDMBK/RobloxAssetDownloader-CSharp/releases) | ||
|
||
<hr> | ||
|
||
View the depreciated web version [here](https://github.com/uDMBK/RobloxAssetDownloader). |