• 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.

Help with Plesk Web Protected folders...

W

webfreak

Guest
Hi there, I hope someone can help me with this please.

I have a client that asked me the following:

I have a protected subdomain http://subdomain.domain.com that I have protected via the protected folders within Plesk. Once a user has entered Login credentials I want to be able to get the entered userid in subsequent ASP code.

Normally I use the ASP ServerVariables Method to return this e.g.
LOGON_USER = Request.ServerVariables("LOGON_USER")

When I try this on the hosted server nothing gets returned. In investigating on my local web server and also Microsoft MSDN it turns out that this is usually the case when anonymous access is allowed. Since I cannot set that or don’t see anything else that I can set Plesk…. Any suggestions?

Also tried :

AUTH_USER = Request.ServerVariables("AUTH_USER")

REMOTE_USER = Request.ServerVariables("REMOTE_USER")

We are running Plesk 7.5 latest release for Windows.

Any help with this will be greatly appreciated.

Thanks
Jaun
 
Back
Top