Starting the Standalone OWIN Server

NOTE:
This step should only be performed after the installation of the FTA InfoPlatform Service.
The InfoPlatform service hosts an OWIN WebServer that exposes REST_API Services for use by web clients. This section describes configuration steps to allow the OWIN Server to startup successfully when the InfoPlatform service account is a non-administrator.
Run the following command as an administrator on the server:
netsh http add urlacl url=http://*:12345/ User=BUILTIN\Users
NOTE:
If the server is hosted on HTTPS, ensure to use that in the above URL.
Provide Feedback
Have questions or feedback about this documentation? Please submit your feedback here.