From a9b7ee2f92cb02389014106398344ba0462ae1bd Mon Sep 17 00:00:00 2001 From: Sriram H Iyer <205528661+hisriram1996@users.noreply.github.com> Date: Fri, 26 Jun 2026 22:53:58 +0530 Subject: [PATCH] Add FAQ entry for URL decoding support Add FAQ entry about URL decoding support in Azure Front Door. --- articles/frontdoor/front-door-faq.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/articles/frontdoor/front-door-faq.yml b/articles/frontdoor/front-door-faq.yml index f0e4ceb180d84..721b30fee6cfd 100644 --- a/articles/frontdoor/front-door-faq.yml +++ b/articles/frontdoor/front-door-faq.yml @@ -123,6 +123,10 @@ sections: Does Front Door provide telemetry to show which rules engine rule Front Door processes for each request? answer: | Yes. Refer to the MatchedRulesSetName property under [Access Logs](front-door-diagnostics.md). + - question: | + Does Azure Front Door support decoding of an encoded URL? + answer: | + No, the encoded URL will be forwarded as is to the origin unless there modification of the request URL using rules engine rule. - question: | Can Front Door provide protection from ‘HTTP/2 Rapid Reset’ DDoS attacks? answer: |