Skip to content

Commit 8a31a67

Browse files
authored
Merge pull request #3531 from MicrosoftDocs/drewbat/push-response-headers-2023-04-24
Update push-request-response-headers.md to add 410 Domain Blocked response code
2 parents 77a8aeb + 07f2560 commit 8a31a67

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

hub/apps/design/shell/tiles-and-notifications/push-request-response-headers.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -315,6 +315,7 @@ Each HTTP message contains one of these response codes. WNS recommends that deve
315315
| 405 Method Not Allowed | Invalid method (GET, CREATE); only POST (Windows or Windows Phone) or DELETE (Windows Phone only) is allowed. | Log the details of your request. Switch to using HTTP POST. |
316316
| 406 Not Acceptable | The cloud service exceeded its throttle limit. | Please send your request after the Retry-After header value in the response |
317317
| 410 Gone | The channel expired. | Log the details of your request. Do not send further notifications to this channel. Have your app request a new channel URI. |
318+
| 410 Domain Blocked | The sending domain has been blocked by WNS. | Do not send further notifications to this channel. The sending domain has been blocked by WNS for abusing push notifications. |
318319
| 413 Request Entity Too Large | The notification payload exceeds the 5000 byte size limit. | Log the details of your request. Inspect the payload to ensure it is within the size limitations. |
319320
| 500 Internal Server Error | An internal failure caused notification delivery to fail. | Log the details of your request. Report this issue through the developer forums. |
320321
| 503 Service Unavailable | The server is currently unavailable. | Log the details of your request. Report this issue through the developer forums. If the Retry-After header is observed then please send your request after the Retry-After header value in the response. |

0 commit comments

Comments
 (0)