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.
Klaus_Kunath
Sep 12, 2024Copper Contributor
Thx for your help, I will try this.