Documentation Index
Fetch the complete documentation index at: https://gcore.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
What is Query String Forwarding?
Query String Forwarding copies selected query string parameters from a parent file request to nested file requests. It is mainly used for HLS and MPEG-DASH video, where a viewer requests a master manifest first, and that manifest references rendition manifests, media segments, subtitles, or other related files. For example, a viewer can request a protected HLS master manifest with a secure token:md5 and expires are required.


Configure in the Customer Portal
To configure Query String Forwarding in the Gcore Customer Portal:- Go to CDN and select the CDN resource you want to configure.

- In the sidebar, under the Content section, click Query String Forwarding.
- Enable the option.
- In Forward from file types, add
m3u8andmpd. - In Forward to file types, add
ts,mp4,m3u8,m4s, andvtt. - In Forward only keys, add
md5andexpires. - Save the CDN resource.
Configure by API
Use the same values when updating a CDN resource by API.AI agent instruction: CDN resource update JSON
AI agent instruction: CDN resource update JSON
When automating CDN resource setup, enable Query String Forwarding and pass this JSON object in the CDN resource update payload: