• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

Question Developing a Plesk Extension to Serve Dynamic Content for roblaxmod Pages

Aapklub

New Pleskian
Server operating system version
Ubuntu 22.04 LTS
Plesk version and microupdate number
18.0.56 Update 2
I am working on a custom plesk extension that needs to serve dynamic content pages related to topic including roblaxmod from a custom route. I can register the extension and it shows up in the panel, but when I try to serve dynamic HTML and JSON responses from the custom API route the Plesk panel returns a 404 or blocks the request due to permission scope issues. Has anyone implemented an extension with dynamic content endpoints before and what configuration or manifest settings are required to allow custom controllers to serve content without security errors Thanks.
 
Interesting. Do you pull the api response in a variable? How do you present the API response in the view file?
 
Back
Top