php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "HTTP authentication"

What is the difference between running PHP as CGI or as a module in terms of HTTP authentication?

When running PHP as a CGI, HTTP authentication headers are not directly accessible to PHP scripts. However, when running PHP as a module, these header...

How can HTTP authentication be implemented using PHP without prompting the user for credentials?

HTTP authentication can be implemented in PHP without prompting the user for credentials by using the `$_SERVER['PHP_AUTH_USER']` and `$_SERVER['PHP_A...

Are there any specific PHP functions or libraries that can streamline the process of authenticating users without using HTTP authentication prompts?

One way to streamline the process of authenticating users without using HTTP authentication prompts is to use PHP libraries like "password_compat" for...

What are the best practices for implementing HTTP authentication in PHP to avoid issues with different server configurations?

When implementing HTTP authentication in PHP, it's important to use the correct method for handling authentication headers to ensure compatibility wit...

What are the potential security risks of using http authentication for PhpMyAdmin?

Using HTTP authentication for PhpMyAdmin can pose security risks as the credentials are sent in plaintext, making them susceptible to interception by...

Showing 16 to 20 of 8486 results

‹ 1 2 3 4 5 6 7 8 9 10 ... 1697 1698 ›
PHP.ORG

A free knowledge base for PHP developers. Open to all.

Legal

  • About
  • Contact / Imprint
  • Terms
  • FAQ

© 2025 php.org. All rights reserved.