Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Inbound Requests

The Tax Balance Server hosts an HTTP API and the Tax Balance Web Application which you can configure to use standard TCP ports (80/443) or non-standard ports.

Configure bindings

  1. Open the appsettings.json file located at the Tax Balance installation directory.

  2. Change the value of the key Urls. Separate multiple binding URLs with a colon (;)

Note

Top-level wildcard bindings (http://*:80/ and http://+:80) should not be used. Top-level wildcard bindings create app security vulnerabilities. This applies to both strong and weak wildcards. Use explicit host names or IP addresses rather than wildcards.

Preregister URL prefixes

The built-in tool for configuring HTTP.sys is netsh.exe. Use this tool to reserve URL prefixes and assign X.509 certificates. The tool requires administrator privileges.

...

Code Block
netsh http delete urlacl url=<url-prefix-to-delete>

Register X.509 certificate

Use the netsh.exe tool to register a certificate for Tax Balance Server.

...