Basic Authentication
Moderator: General Moderators
Basic Authentication
I'm trying to access an API that has basic authentication, how would I go about authenticating myself in php? Obviously, i have the necessary credientials
It's basic authentication, i'm pretty sure it's universal. http://en.wikipedia.org/wiki/Basic_auth ... ion_scheme
-
nickvd
- DevNet Resident
- Posts: 1027
- Joined: Thu Mar 10, 2005 5:27 pm
- Location: Southern Ontario
- Contact:
I still suggest you read the api's documentation, as assuming things will get you in trouble.
Basic HTTP Authentication: http://ca.php.net/features.http-auth
Basic HTTP Authentication: http://ca.php.net/features.http-auth
- stereofrog
- Forum Contributor
- Posts: 386
- Joined: Mon Dec 04, 2006 6:10 am