Summary
When I try the IHttpModule and HttpApplication in the adapter, I found that HttpRequest.FilePath is used in my module(in Sharepoint Online) but it is not supported.
Motivation and goals
HttpRequest.FilePath is used in my module(in Sharepoint Online) but it is not supported. I wonder if there is plan to support the API.
In scope
HttpRequest.FilePath
Usage example:
request.FilePath.Contains("/api")
request.FilePath.Contains(".")
request.FilePath.EndsWith(".aspx")