You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/application-gateway/use-server-sent-events.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
---
2
-
title: Using Server-Sent Events with Application Gateway (Preview)
3
-
description: This article provides guidance for using Server-Sent Events with your Azure Application Gateway.
2
+
title: Using Server-sent events with Application Gateway (Preview)
3
+
description: This article provides guidance for using Server-sent events with your Azure Application Gateway.
4
4
services: application-gateway
5
5
author: jaesoni
6
6
ms.service: azure-application-gateway
@@ -9,9 +9,9 @@ ms.date: 05/15/2025
9
9
ms.author: jaysoni
10
10
---
11
11
12
-
# Using Server-Sent Events with Application Gateway (Preview)
12
+
# Using Server-sent events with Application Gateway (Preview)
13
13
14
-
Azure Application Gateway offers support for Server-Sent Events (SSE). This document provides guidelines to ensure the seamless operation of this feature when used with Azure Application Gateway.
14
+
Azure Application Gateway offers support for Server-sent events (SSE). This document provides guidelines to ensure the seamless operation of this feature when used with Azure Application Gateway.
15
15
16
16
> [!Note]
17
17
> - The SSE support with Azure Application Gateway is currently in Preview phase.
@@ -33,7 +33,7 @@ Ensure that the [Request time-out (seconds) in Backend Settings](configuration-h
33
33
The backend server should send the following Response headers to ensure proper stream handling by the clients and any intermediaries. Note, these headers aren't a requirement for Application Gateway as a proxy.
34
34
35
35
### Content-Type: text/event-stream
36
-
This header notifies the client that the response will be a stream of events, enabling them to correctly handle the Server-Sent Events (SSE) protocol.
36
+
This header notifies the client that the response will be a stream of events, enabling them to correctly handle the Server-sent events (SSE) protocol.
37
37
38
38
### Connection: keep-alive
39
39
This header maintains the TCP connection, allowing the backend server to send events to the client continuously.
0 commit comments