Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mattdibi authored Jan 14, 2025
1 parent 3c4ec42 commit 0977fd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/core-services/rest-service.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ By default, REST service providers register their services using the context pat

Starting from Kura 5.4.0, REST service provides built in session management support, the [Session REST APIs](doc:rest-session-api) can be used to establish a session. Using sessions is the recommended way for interacting with Kura REST APIs from a browser based application, for this use case it is also possible to disable the default session-less BASIC and certificate based authentication (see the **Basic Authentication Enabled** and **Enable Certificate Authentication Whitout Session Management** configuration parameters below).

REST API access is available on all HTTP ports defined in the [HTTP/HTTPS Configuration](doc:httphttps-configuration) section. By default this parameter is set to allow access from ports 443 and 4443 (standart HTTPS and certificate-based authentication ports).
REST API access is available on all HTTP ports defined in the [HTTP/HTTPS Configuration](doc:httphttps-configuration) section. By default this parameter is set to allow access from ports 443 and 4443 (standard HTTPS and certificate-based authentication ports).

Certificate authentication support is only available on the **HTTPS With Certificate Authentication Ports** configured in [HTTP/HTTPS Configuration](doc:httphttps-configuration) section.

Expand Down

0 comments on commit 0977fd1

Please sign in to comment.