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)>

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:

Changes to this configuration require SDK reinitialization.