Re: [Phplib-users] <no subject>
Brought to you by:
nhruby,
richardarcher
From: Marco P. <pr...@te...> - 2002-08-28 08:43:03
|
On Wed, Aug 28, 2002 at 09:21:03AM +0200, Baerbel Deisting wrote: > hi all, >=20 > hope someone can help me. i=B4m doing the authentication with phplib an= d it works fine with microsoft internet explorer and opera but if i try t= o make the authentication with netscape it doesn=B4t work. i don=B4t get = the login screen but a side with the follwing message: > 'The requested URL /session/md5.js was not found on this server'. > only if i disable java script it works - but i think there must be anot= her possibility to solve this. They do not really work, they simply perform the login using clear-text. They simply do not even warn you about the fact that they do not find the .js, while Netscape stops and forces you to make things work. You simply have to fix your pages using the correct path for md5.js Suggestion: to reduce development errors and bogus bug reports, please develop using Mozilla and Netscape... then check with IE at a subsequent time... IE is a really stupid browser (and Opera is even much worser)... it often causes confusion in the developer's mind :-) > it would be great if someone has an idea what to do. Just fix the path :-) Bye, Marco Pratesi |