"Access denied with code 403." when using Web application firewall

DO HOANG KIEM 180 Reputation points
2023-08-18T16:49:47.25+00:00

I encountered many 403 error when using my app on Azure. Below is the message from log? Can you tell me how to fix them?

*Access denied with code 403. Match of ipMatch

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
8,930 questions
0 comments No comments
{count} votes

Accepted answer
  1. Ryan Hill 30,281 Reputation points Microsoft Employee Moderator
    2023-08-24T02:31:26.2033333+00:00

    @DO HOANG KIEM

    That specific error indicates the request was blocked by the Web Application Firewall (WAF) because the client IP didn't match the IP range specified in the current rules.

    To resolve, you can either update the WAF rule to include this client IP or whitelist the IP in the WAF configuration.

    0 comments No comments

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.