HTTPVERSION (JANUS DEFINE parameter)

From m204wiki
Jump to navigation Jump to search

HTTPVERSION xxx — http version returned to browser

HTTPVERSION is a parameter on JANUS DEFINE, which defines and sets characteristics of a Janus port.

This parameter sets the HTTP version returned to the browser by Janus Web Server. The default value is 1.0, which is what Janus Web Server always returned before Sirius Mods Version 6.6.

The only other permissible value for HTTPVERSION is 1.1. While Janus Web Server is not a fully HTTP 1.1 compliant web server, things will generally work alright when it indicates HTTP 1.1 (since many of the HTTP 1.1 features need to be handled on an application level, anyway). Still, it is probably not a good idea to set HTTPVERSION to 1.1 unless you have good reason to (typically to get a browser to use HTTP 1.1 features that can be handled by the Janus Web Server applications).

The HTTPVERSION parameter is valid only for Janus Web Server ports.

See also