From 5092908457989668159566752dc8df1fd2de3447 Mon Sep 17 00:00:00 2001 From: Takashi Takebayashi Date: Wed, 22 Oct 2025 10:43:40 +0900 Subject: [PATCH] Fix typo: authenticaton -> authentication --- ...-troubleshoot-application-gateway-session-affinity-issues.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/articles/application-gateway/how-to-troubleshoot-application-gateway-session-affinity-issues.md b/articles/application-gateway/how-to-troubleshoot-application-gateway-session-affinity-issues.md index 70e92656c1553..b43818f351331 100644 --- a/articles/application-gateway/how-to-troubleshoot-application-gateway-session-affinity-issues.md +++ b/articles/application-gateway/how-to-troubleshoot-application-gateway-session-affinity-issues.md @@ -128,7 +128,7 @@ Enable logging using the Azure portal. ### Use web debugger to capture and analyze the HTTP or HTTPS traffics -Web debugging tools like Fiddler can help you debug web applications by capturing network traffic between the Internet and test computers. These tools enable you to inspect incoming and outgoing data as the browser receives/sends them. Fiddler, in this example, has the HTTP replay option that can help you troubleshoot client-side issues with web applications, especially for authenticaton issues. +Web debugging tools like Fiddler can help you debug web applications by capturing network traffic between the Internet and test computers. These tools enable you to inspect incoming and outgoing data as the browser receives/sends them. Fiddler, in this example, has the HTTP replay option that can help you troubleshoot client-side issues with web applications, especially for authentication issues. Use the web debugger of your choice. In this sample we'll use Fiddler to capture and analyze http or https traffics, follow the instructions: