Bhanu Prakash Korthiwada

Results 3 comments of Bhanu Prakash Korthiwada

I was having a similar requirement, we were overriding CheckForDirectMatch method and filtering some URL's #### In CheckForDirectMatch ```csharp if (!IsValidPath(requestedPath)) return; base.CheckForDirectMatch(db,requestedUrl,requestedPath,args); ``` ```csharp private bool IsValidPath(string requestedPath) {...

> Just FYI for future visitors, this code worked better for me as an override: > > ``` > public class RedirectProc: RedirectProcessor > { > public override void Process(HttpRequestArgs...

Recent wrangler package has option rename Env to CloudfareEnv, taught it will be useful for clarity. Included in this commit, https://github.com/benvinegar/counterscale/pull/92/commits/ff885b9bc2c3a6d0ec14f6671d0110953c056035 Long with this package, I did minor upgrade to...