Passthrough Headers
The Gateway forwards the following request headers from the client to backend services without modification.Gateway 会将客户端请求中的以下请求头透传至后端服务,无需任何修改。accept-language#
Specifies the preferred language for the response. If not provided, the gateway defaults to the system's configured default language. Support value: zh-CN, zh-HK, en指定响应内容的首选语言,若不传入,网关会自动设置为系统默认语言。支持的值:zh-CN, zh-HK, enIdentifies the client platform from which the request originates (e.g., ios, android, web). Support value: ios, android, web标识请求来源的客户端平台(如 ios、android、web)。支持的值:ios, android, webx-app-version#
Indicates the version of the client application sending the request (e.g., 3.28.0). Passed through to backend services for version-aware business logic and session metadata.标识发起请求的客户端应用版本号(如 3.28.0)。透传至后端服务,用于版本相关的业务逻辑处理及会话元数据记录。x-timestamp#
Carries the timestamp of the request. Modified at 2026-03-05 11:35:14