[#HTTPRemoteClient-GetOrigin] = xref:HTTPRemoteClient.adoc[HTTPRemoteClient]::GetOrigin :relfileprefix: ../ :mrdocs: Returns the cached origin string of the connected peer. == Synopsis Declared in `<httpserver.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- std::string const& GetOrigin() const; ---- == Return Value The cached "IP:port" string of the connected peer. [.small]#Created with https://www.mrdocs.com[MrDocs]#