SynopsisReturn the currently configured password for the entire web site. Prototype#include "webs.h"; char_t *websGetPassword(); Parameters
DescriptionThe websGetPassword procedure returns the decoded form of the current security password. The password is defined by calling websSetPassword. To use the password feature, the security handler must be installed by calling websUrlHandlerDefine for websSecurityHandler. This in done automatically in the GoAhead EMF. If you are using the GoAhead WebServer, this should be done in your main program. See main.c for examples. Return ValueReturns a pointer to a statically allocated string containing the current security password. Examplepassword = websGetPassword(); Stability ClassificationStable. See Also |