websGetRequestIpaddr | GoAhead WebServer API | GoAhead EMF |
Return the IP address of the requesting browser
#include "webs.h" char_t *websGetRequestIpaddr(webs_t wp);
wp | Web server connection handle |
The websGetRequestIpaddr procedure returns the IP address of the requesting browser.
Pointer to a statically allocated string containing the IP address. Do not call bfree.
char_t *ipaddr; ipaddr = websGetRequestIpaddr(wp);
websGetRequestDir, websGetRequestPassword, websGetRequestPath, websGetRequestType