Http Error 405 (Method not allowed) on saving any configuration changes #345
-
|
Hello! I was recently tasked with shoring up application security for our company site using Optimizely CMS 12, and this included implementing a level 3 CSP. I was planning on building a configurable CSP page for this effort, but came across your package and loved how robust it was with on-going support and features and wanted to try it out to see if it fits our needs. I have 4.0 set up on our app and when trying to make any changes in the configuration, I'm getting hit with a 405 Method Not Allowed error. Is this something you can help me resolve? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
|
Hello @Harambear This sounds potentially like something specific to the configuration of your website. Lets start with some key information first. Can you tell me the following:
From my own experiments I get the 405 response when a redirect happens to remove a trailing slash. Make sure you exclude paths starting with /stott from these rules. Regards, |
Beta Was this translation helpful? Give feedback.
Hello @Harambear
This sounds potentially like something specific to the configuration of your website. Lets start with some key information first. Can you tell me the following:
From my own experiments I get the 405 response when a redirect happens to remove a trailing slash. Make sure you exclude paths starting with /stott from these rules.
Regards,
Mark