class Requests_Auth_Basic {}

In this article

Basic Authentication provider

Description

Provides a handler for Basic HTTP authentication via the Authorization header.

Methods

NameDescription
Requests_Auth_Basic::__constructConstructor
Requests_Auth_Basic::curl_before_sendSet cURL parameters before the data is sent
Requests_Auth_Basic::fsockopen_headerAdd extra headers to the request before sending
Requests_Auth_Basic::getAuthStringGet the authentication string (user:pass)
Requests_Auth_Basic::registerRegister the necessary callbacks

Source

User Contributed Notes

You must log in before being able to contribute a note or feedback.