Skip to content

Commit 07f2560

Browse files
authored
Update push-request-response-headers.md
1 parent c56c466 commit 07f2560

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -315,7 +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 specified 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. |
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. |
319319
| 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. |
320320
| 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. |
321321
| 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)