• 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 Allow DLLs in Web App Firewall

Server operating system version
Windows Server 2022 Standard
Plesk version and microupdate number
Plesk Obsidian Web Host Edition 18.0.58 Update #2
I have deployed a Blazor WASM and all DLLs are getting a 403 as soon as you hit the site. How do I allow them?
 

Attachments

  • 1.png
    1.png
    62.8 KB · Views: 4
From what I can gather CRS rule 920440 blocks a variety of file extensions. Does disabling the rule solve your issue?
Yes, it resolved the active issue at the time. :) I am now fighting other issues related to deploying my blazor WASM project.

Now, my issue is this: "
These requirements were not met:
DenyAnonymousAuthorizationRequirement: Requires an authenticated user."

How do I allow that? It works when I run it locally.
 
Yes, it resolved the active issue at the time. :) I am now fighting other issues related to deploying my blazor WASM project.

Now, my issue is this: "
These requirements were not met:
DenyAnonymousAuthorizationRequirement: Requires an authenticated user."

How do I allow that? It works when I run it locally.
The "DenyAnonymousAuthorizationRequirement: Requires an authenticated user." warning seems specific to blazor.

I found these sites/threads with similar issues. Maybe any of the suggestions there help you to:
 
Back
Top