php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "HTTP Authentication"

What are some alternative methods to fopen for accessing data with authentication in PHP?

When accessing data that requires authentication in PHP, an alternative method to using fopen is to use cURL. cURL is a powerful library that allows y...

How can PHP scripts authenticate with a server using digest authentication?

To authenticate with a server using digest authentication in PHP, you can use the `curl` library to send an HTTP request with the appropriate headers....

Is it recommended to use PEAR httpclient instead of fsockopen() for sending HTTP requests in PHP?

Using PEAR HTTPClient is generally recommended over using fsockopen() for sending HTTP requests in PHP because PEAR HTTPClient provides a higher-level...

What are the differences between using HTTP and FTP protocols in PHP when accessing files on a server, and what are the potential pitfalls of each?

When accessing files on a server in PHP, the main differences between using HTTP and FTP protocols lie in the methods of file transfer and authenticat...

What are the recommended methods for handling authentication requirements when checking connections to servers using PHP?

When checking connections to servers using PHP, it is recommended to use authentication methods such as HTTP Basic Authentication or OAuth for secure...

Showing 56 to 60 of 8486 results

‹ 1 2 ... 9 10 11 12 13 14 15 ... 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.