websGetRequestPassword | GoAhead WebServer API | GoAhead EMF |
Return the password specified by the browser with the current request
#include "webs.h" char_t *websGetRequestPassword(webs_t wp);
wp | Web server connection handle |
The 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 heirachy. websGetRequestPassword and websGetRequestUsername return decoded strings.
Pointer to a statically allocated string containing the decoded password. Do not call bfree.
path = websGetRequestPath(wp);