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

احصل على مساعدة بشكل أسرع وأسهل

مستخدم جديد؟

Adobe MAX 2024

Adobe MAX
مؤتمر الإبداع

في الفترة من 14 إلى 16 أكتوبر في ميامي بيتش وعبر الإنترنت

Adobe MAX

مؤتمر الإبداع

في الفترة من 14 إلى 16 أكتوبر في ميامي بيتش وعبر الإنترنت

Adobe MAX 2024

Adobe MAX
مؤتمر الإبداع

في الفترة من 14 إلى 16 أكتوبر في ميامي بيتش وعبر الإنترنت

Adobe MAX

مؤتمر الإبداع

في الفترة من 14 إلى 16 أكتوبر في ميامي بيتش وعبر الإنترنت