![]() |
HTTP header-based login? - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20) +--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23) +--- Thread: HTTP header-based login? (/showthread.php?tid=19458) Pages:
1
2
|
HTTP header-based login? - El Forum - 06-09-2009 [eluser]Phil Sturgeon[/eluser] Looks like the nc and qop values are empty. Is this an issue? It seems that $digest_parts['response'] and $validResponse do not match because of it, so I modified the $matches loop to: Code: foreach($matches as $match) Now every part of the $validResponse string is being created but they still do not match. Quote:Array |