Wednesday, 15 July 2015

Authentification HTTP in PHP -



Authentification HTTP in PHP -

i authenticate php on free api. here link in french: here

login: appandr, password: e32!cdf

i lost, can help me please? that's started, not know if have yet.

<?php $username = 'appandr'; $password = 'e32!cdf'; $stamp = time(); $salt= 'opx234'; // md5(pseudo + motdepasse + "opx234" + stamp) $hash = md5($username+$password+$salt+$stamp); ?>

then how launch application straight @ opening of page. envous in advance.

simply simplexml_load_file()

php http basic-authentication

No comments:

Post a Comment