SynopsisReturn the IP address of the requesting browser. Prototype#include "webs.h" char_t *websGetRequestIpaddr(webs_t wp); Parameters
DescriptionThe websGetRequestIpaddr procedure returns the IP address of the requesting browser. Return ValuePointer to a statically allocated string containing the IP address. Do not call bfree. Examplechar_t *ipaddr; ipaddr = websGetRequestIpaddr(wp); Stability ClassificationStable. See AlsowebsGetRequestDir, websGetRequestPassword, websGetRequestPath, websGetRequestType |