SynopsisReturn the password specified by the browser with the current request. Prototype#include "webs.h" char_t *websGetRequestPassword(webs_t wp); Parameters
DescriptionThe websGetRequestPassword procedure returns the password supplied by the browser. After a user has entered a username and password to access a secured web page, the browser will continue to provide that username and password with every request for web documents under that point in the URL hierarchy. websGetRequestPassword and websGetRequestUsername return decoded strings. Return ValuePointer to a statically allocated string containing the decoded password. Do not call bfree. Examplepath = websGetRequestPath(wp); Stability ClassificationStable. See Also |