Hello, when someone calls the url https://myaemsite.com/us/en/...html the response is a 400 error
Cannot serve request to /content/myaemsite/es/...html on this server
I've tried adding into the dispatcher one rule as follow:
/0028 { /type "deny" /url "[\.\.]" }
Just for testing purposes, but nothing is working, I'm getting that error once again.
Do you know how to fix it? Thanks in advance.
Solved! Go to Solution.
Views
Replies
Total Likes
The problem was fixed using
/0028 { /type "deny" /url "*\.\.*" }
It covers two or more points together.
Can you try with , add add this as a last rule
/0028 { /type "deny" /url ".*\.\..*" }
The problem was fixed using
/0028 { /type "deny" /url "*\.\.*" }
It covers two or more points together.
Views
Likes
Replies