originalUrlQueryParam
Parameters
originalUrlQueryParam
The query parameter name used to embed the original request URL when using ProxyStrategy.QUERY_PARAM_ORIGINAL_URL.
Request URL becomes:
baseURL + path + ?target_uri=<urlEncoded(originalUrl)>Content copied to clipboard
Ignored for other strategies.
When using ProxyStrategy.QUERY_PARAM_ORIGINAL_URL, this value MUST be non-empty; if it is empty or null, an exception will be raised.
Default value: "target_uri".
Validation Recommendations
Implementations SHOULD validate:
baseUrl is a valid absolute URL.
path, if provided, starts with
/.originalUrlHeaderName is non-empty when using the HEADER_ORIGINAL_URL strategy.
originalUrlQueryParam is non-empty when using the QUERY_PARAM_ORIGINAL_URL strategy.
Changes to this configuration require SDK reinitialization.