We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 274e561 commit d8d29e0Copy full SHA for d8d29e0
src/mormot.commit.inc
@@ -1 +1 @@
1
-'2.3.12721'
+'2.3.12722'
src/rest/mormot.rest.server.pas
@@ -1603,6 +1603,7 @@ TRestRouter = class(TSynPersistent)
1603
// - rsoPerConnectionNonce will generate a server nonce specific to each
1604
// connection: but won't work e.g. over TPublicRelay, or require proper
1605
// "proxy_set_header X-Conn-ID $connection" configuration behind nginx proxy
1606
+ // with the corresponding THttpServerGeneric.RemoteConnIDHeader := 'X-Conn-ID'
1607
TRestServerOption = (
1608
rsoNoAjaxJson,
1609
rsoGetAsJsonNotAsString,
0 commit comments