Not Found: The requested URL ... was not found on this server

Symptoms

The dispatcher has been configured for an author instance by caching only /libs/CFC/* and having allowAuthorized set to "1" however, the edited content cannot be saved. The following error is shown :

Not Found
The requested URL /author/libs/CFC/content/controls/dialog.html was not found on this server.

Cause

The dispatcher default configuration is denying POST requests :

/filter
 {
 /0001
  {
  /glob "*"
  /type "allow"
  }
 /0002
  {
  /glob "POST *"
  /type "deny"
  }
}

Resolution

Modify dispatcher configuration for allowing POST requests :

/filter
 {
 /0001
  {
  /glob "*"
  /type "allow"
  }
 /0002
  {
  /glob "* /admin*"
  /type "deny"
  }
 }

Applies to

Dispatcher

 Adobe

Get help faster and easier

New user?

Adobe MAX 2024

Adobe MAX
The Creativity Conference

Oct 14–16 Miami Beach and online

Adobe MAX

The Creativity Conference

Oct 14–16 Miami Beach and online

Adobe MAX 2024

Adobe MAX
The Creativity Conference

Oct 14–16 Miami Beach and online

Adobe MAX

The Creativity Conference

Oct 14–16 Miami Beach and online