Forum Discussion
Klaus_Kunath
Sep 11, 2024Copper Contributor
Temporary error 403 on images
I've been having the following problem for some time now. Some images are repeatedly not displayed on the website (error 403). These are also linked as an image. If I click on the link, they appear w...
HridayDutta
Microsoft
Sep 12, 2024HTTP Status code 403 indicates that the server has understood the request but is refusing to fulfill it. To troubleshoot, review the HTTP Error logs and IIS logs on the server to find the sub-status code, which will provide further details. Additionally, you can enable Failed Request Tracing specifically for the 403 status and check the application event logs for more insights.
- carlosrodriSep 20, 2024Copper Contributorhola, tengo el mismo problema, como reviso esos registros que mencionas, por favor ayudame
- HridayDuttaSep 21, 2024
Microsoft
You can locate HTTP errors in the following directory: C:\Windows\System32\LogFiles\HTTPERR. For IIS logs, refer to the IIS Log section of this article Mastering HTTP 500 Internal Server Errors: Complete Guide to Log Collections (microsoft.com)
- Klaus_KunathSep 12, 2024Copper ContributorThx for your help, I will try this.