Skip to content

Commit d8d29e0

Browse files
author
Arnaud Bouchez
committed
rest: documentation precision about rsoPerConnectionNonce
1 parent 274e561 commit d8d29e0

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/mormot.commit.inc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
'2.3.12721'
1+
'2.3.12722'

src/rest/mormot.rest.server.pas

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1603,6 +1603,7 @@ TRestRouter = class(TSynPersistent)
16031603
// - rsoPerConnectionNonce will generate a server nonce specific to each
16041604
// connection: but won't work e.g. over TPublicRelay, or require proper
16051605
// "proxy_set_header X-Conn-ID $connection" configuration behind nginx proxy
1606+
// with the corresponding THttpServerGeneric.RemoteConnIDHeader := 'X-Conn-ID'
16061607
TRestServerOption = (
16071608
rsoNoAjaxJson,
16081609
rsoGetAsJsonNotAsString,

0 commit comments

Comments
 (0)