To run Inspect Service, Windows administrator should run the following script to reserve the specified URL for non-administrator users and accounts.
- Script: netsh http add urlacl url=http://+:<port>/ user={domain}\{account}
- ex) netsh http add urlacl url=http://+:80/ user=2cc\InspectGroup
- Available port numbers: 80, 591, 8008, 8080
- By default, Inspect uses port number 80
- https://docs.microsoft.com/en-us/dotnet/framework/wcf/feature-details/configuring-http-and-https#configuring-namespace-reservations
- https://docs.microsoft.com/en-us/windows/win32/http/add-urlacl
- https://www.iana.org/assignments/service-names-port-numbers/service-names-port-numbers.xhtml?search=http