Skip to content

HttpAddUrlToUrlGroup requires a port number greater than 1024 unless the caller is running as an administrator. #1356

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Nov 19, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions sdk-api-src/content/http/nf-http-httpaddurltourlgroup.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ The group ID for the URL group to which requests for the specified URL are route

### -param pFullyQualifiedUrl [in]

A pointer to a Unicode string that contains a properly formed <a href="/windows/desktop/Http/urlprefix-strings">UrlPrefix String</a> that identifies the URL to be registered.
A pointer to a Unicode string that contains a properly formed <a href="/windows/desktop/Http/urlprefix-strings">UrlPrefix String</a> that identifies the URL to be registered. If you are not running as an administrator, specify a port number greater than 1024, otherwise you may get an ERROR_ACCESS_DENIED error.

### -param UrlContext [in, optional]

Expand Down Expand Up @@ -158,4 +158,4 @@ An application can add multiple URLs to a URL group using repeated calls to <b>H



<a href="/windows/desktop/Http/urlprefix-strings">UrlPrefix Strings</a>
<a href="/windows/desktop/Http/urlprefix-strings">UrlPrefix Strings</a>