Malformed request syntax error 400 | Community
Skip to main content
israel_sanchez
New Participant
July 11, 2022
Solved

Malformed request syntax error 400

  • July 11, 2022
  • 2 replies
  • 1698 views

Hello, when someone calls the url https://myaemsite.com/us/en/...html the response is a 400 error

Malformed request syntax

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.

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by israel_sanchez

The problem was fixed using

/0028 { /type "deny" /url "*\.\.*" }

It covers two or more points together. 

2 replies

israel_sanchez
israel_sanchezAuthorAccepted solution
New Participant
July 14, 2022

The problem was fixed using

/0028 { /type "deny" /url "*\.\.*" }

It covers two or more points together. 

arunpatidar
New Participant
July 12, 2022

Can you try with , add add this as a last rule

/0028 { /type "deny" /url ".*\.\..*" }
Arun Patidar