cef_urlparts_t.origin

Origin contains just the scheme, host, and port from a URL. Equivalent to clearing any username and password, replacing the path with a slash, and clearing everything after that. This value will be empty for non-standard URLs.

struct cef_urlparts_t
cef_string_t origin;

Meta