Current time: 11-01-2024, 03:37 PM Hello There, Guest! (LoginRegister)


Post Reply 
function loginHTTP no funciona en ispcp
Author Message
kilburn Offline
Development Team
*****
Dev Team

Posts: 2,182
Joined: Feb 2007
Reputation: 34
Post: #4
RE: function loginHTTP no funciona en ispcp
1. Prueba con "PassHeader Authorization" (notese la falta de mayúsculas)
2. Si tampoco va, vuelve a dejarlo en mayúsculas y cambia el cacho de php por:
PHP Code:
list($_SERVER['PHP_AUTH_USER'], $_SERVER['PHP_AUTH_PW']) = 
    
explode(':' base64_decode(substr($_SERVER['HTTP_AUTHORIZATION'], 6))); 

Recuerda reiniciar apache en cada cambio....
04-08-2010 08:15 AM
Visit this user's website Find all posts by this user Quote this message in a reply
Post Reply 


Messages In This Thread
RE: function loginHTTP no funciona en ispcp - kilburn - 04-08-2010 08:15 AM

Forum Jump:


User(s) browsing this thread: 4 Guest(s)