Skip to content

Commit c57b9a4

Browse files
authored
Update and rename using-sse.md to use-server-sent-events.md
1 parent 69b0f25 commit c57b9a4

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

articles/application-gateway/using-sse.md renamed to articles/application-gateway/use-server-sent-events.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
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.
44
services: application-gateway
55
author: jaesoni
66
ms.service: azure-application-gateway
@@ -9,9 +9,9 @@ ms.date: 05/15/2025
99
ms.author: jaysoni
1010
---
1111

12-
# Using Server-Sent Events with Application Gateway (Preview)
12+
# Using Server-sent events with Application Gateway (Preview)
1313

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.
1515

1616
> [!Note]
1717
> - 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
3333
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.
3434

3535
### 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.
3737

3838
### Connection: keep-alive
3939
This header maintains the TCP connection, allowing the backend server to send events to the client continuously.

0 commit comments

Comments
 (0)