On Sale: GamesAssetsToolsTabletopComics
Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

UE4 HTML5 Game: HTTP error 403 on accessing a file.

A topic by PoisonousWhisp created Mar 27, 2023 Views: 541 Replies: 3
Viewing posts 1 to 2

I uploaded a zip file containing all of the files for my game. While running, it is showing "Downloading failed:
HTTP error 403 on file EndlessRunner-HTML5-Shipping.datagz". It works properly on the local server.  I don't understand what did I do wrong here or how it should be done. 

(1 edit) (+1)

If you're getting an HTTP error 403 while trying to access a file for your UE4 HTML5 game, it means that the server has denied your request to get to the file. There are a few reasons this could be happening, like the file having the wrong permissions, or there being an issue with the server's settings.

To fix it, you can try checking the file permissions to make sure you have the right access to it, and also double-checking the URL to make sure there aren't any typos. By doing these things, you should be able to get past the error and access your game's files on the server.

Thank you. <3 It worked. I have solved the issue. there were some files that weren't supposed to be there.

Good!

This topic has been auto-archived and can no longer be posted in because there haven't been any posts in a while.