ExtensionlessUrlHandler-Integrated-4.0 (Exclude Path)

Becker, Cody 1 Reputation point
2021-08-24T03:24:24.05+00:00

<add name="ExtensionlessUrlHandler-Integrated-4.0" path="." verb="" type="System.Web.Handlers.TransferRequestHandler" preCondition="integratedMode,runtimeVersionv4.0" />

Is it possible to exclude a path on this HTTP handler?

I have a particular folder URL:

SAML/AssertionConsumerService.aspx

That the URL handler is turning from a POST to a GET, and I need to exclude it as it is breaking my system?

Greatly appreciate any ideas!

Thank You!

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,195 questions
ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,277 questions
{count} votes