Skip to content

Commit

Permalink
Revised texts to fix the "www" prefix concern
Browse files Browse the repository at this point in the history
  • Loading branch information
wonsuk73 committed Sep 6, 2023
1 parent 6054fe3 commit a8011ea
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion spec/VISSv2_Transport.html
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,8 @@ <h2>Initialization</h2>
To initialize a secure session, the client sends a request to the server using the HTTPS protocol.
This is achieved by connecting to the server's designated URL using the 'https://' scheme.
The client can use a web browser, a native application, or a suitable library in the case of programmatically managed sessions.<br>
The client connects to the server using the specified hostname, which often includes the "www" prefix.
While the client typically connects to the server using the specified hostname, which often includes the "www" prefix,
it's important to note that this convention may not apply in situations where VISS operates within a local, in-vehicle network or if remote vehicle connections are allowed.
The communication typically takes place over port 443, the default port for secure HTTPS connections.
The hostname resolution can be done via DNS or configured through local settings.
</p>
Expand Down

0 comments on commit a8011ea

Please sign in to comment.