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

Dapatkan bantuan lebih cepat dan lebih mudah

Pengguna baru?

Adobe MAX 2024

Adobe MAX
Konferensi Kreativitas

14–16 Oktober Miami Beach dan online

Adobe MAX

Konferensi Kreativitas

14–16 Oktober Miami Beach dan online

Adobe MAX 2024

Adobe MAX
Konferensi Kreativitas

14–16 Oktober Miami Beach dan online

Adobe MAX

Konferensi Kreativitas

14–16 Oktober Miami Beach dan online