Skip to content

Commit 7143ddb

Browse files
Merge pull request #260255 from vicancy/patch-9
Update howto-troubleshoot-common-issues.md
2 parents 06b44cc + 6afb35b commit 7143ddb

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

articles/azure-web-pubsub/howto-troubleshoot-common-issues.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Learn how to troubleshoot common issues for Web PubSub
44
author: JialinXin
55
ms.service: azure-web-pubsub
66
ms.topic: how-to
7-
ms.date: 04/28/2023
7+
ms.date: 12/05/2023
88
ms.author: jixin
99
ms.devlang: csharp
1010
---
@@ -63,15 +63,16 @@ Besides, you can update to convenience server SDK, which automatically handles `
6363
- [@web-pubsub-express for JavaScript ](https://www.npmjs.com/package/@azure/web-pubsub-express)
6464
- [Microsoft.Azure.WebPubSub.AspNetCore for C#](https://www.nuget.org/packages/Microsoft.Azure.WebPubSub.AspNetCore)
6565

66-
## 401 Unauthorized from AbuseProtectionResponseInvalidStatusCode
66+
## 401 Unauthorized or 403 Forbidden from AbuseProtectionResponseInvalidStatusCode
6767

6868
### Possible errors
6969

7070
- `Abuse protection for 'https://<upstream-host>/<upstream-path>' failed: 401.`
71+
- `Abuse protection for 'https://<upstream-host>/<upstream-path>' failed: 403.`
7172

7273
### Root cause
7374

74-
This error indicates the `Abuse Protection` request get a `401` response from the registered upstream URL. For more information, see [`Abuse Protection`](./howto-develop-eventhandler.md#upstream-and-validation).
75+
This error indicates the `Abuse Protection` request get a `401`/`403` response from the registered upstream URL. For more information, see [`Abuse Protection`](./howto-develop-eventhandler.md#upstream-and-validation).
7576

7677
### Troubleshooting guide
7778

0 commit comments

Comments
 (0)