Hi Arun, Thanks for sharing. I tried the rule which you shared but it
gives me 404 error after deployment.I found the issue is not with the
filter rule but when I add RewriteRule with a passthrough to allow the
requested URL it works./1040 { /type "allow" /method '(GET|PUT)' /url
"/bin/project/api-proxy.json*" }RewriteRule
^/bin/project/api-proxy.json/(.*)$ /bin/project/api-proxy.json/$1
[NC,PT,L]