support X-Forwarded-Proto in playback server (#4970) (#5445)

allow reverse proxies to change the schema of URLs returned by the
server through the X-Forwarded-Proto header.
This commit is contained in:
Alessandro Ros
2026-02-11 21:47:02 +01:00
committed by GitHub
parent 460b20b6d0
commit c250e34075
4 changed files with 92 additions and 16 deletions
+2 -2
View File
@@ -2623,7 +2623,7 @@ paths:
get:
operationId: recordingsList
tags: [Recordings]
summary: returns all recordings.
summary: returns all recordings, splitted by path.
description: ''
parameters:
- name: page
@@ -2662,7 +2662,7 @@ paths:
get:
operationId: recordingsGet
tags: [Recordings]
summary: returns recordings for a path.
summary: returns recordings of a path.
description: ''
parameters:
- name: name