Working fine on author mode but not in Dispatcher level
I want to allow servlet path in publisher domain sample like:
"/bin/customproject/mylink?myId=178462736472364762"
In dispatcher configuration on filter.any file
added new rule with
# Allow my link Path
/01 { /type "allow" /url "/bin/mysites/*"}
but showing 404 in publish any reference?