Hello,
Is it possible to log out from HTTP authentication on NET+OS 7.4.?
I do manage to log out using a URL link specifying a wrong username:password
eg: _:_@10.2.0.10
But this log off the authentication from htm webpage only. These webpage have the <!-- RpPageHeader Rpurl="/config.htm" RpAccess=Realm1 RpFunctionPtr=ConfigPagePreProc -->
But when the authentication is check by the function naCgiCheckAccess inside RpExternalCgi, the theCgiPtr still have correct username and password.
So the logoff is only done for webpage having the header RpAccess=Realm1, but all other CGI request still authenticated.
Is there a function where you can clear all authentication that have been made, on both 'side', CGI and webpage?
Thanks
Seb