• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS.

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