Skip to content

Use $is_args variable for appending query parameters when configuring Rewrites. #2980

@salonichf5

Description

@salonichf5

Is your enhancement request related to a problem? Please describe.

We currently use ? to add query params for URLRewrite. Nginx provides a flag to verify if query params exist called $is_args. We should be making use of the $is_args instead of ? to make standardize.

What would you like to be added:
Use the $is_args variable for adding query params to a URL instead of ? when creating rewrites

Why this is needed:
To use standard variables for evaluating urls

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

Status

✅ Done

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions