Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support using regexp variables to change the scheme of an URL #3343

Open
aler9 opened this issue May 11, 2024 · 0 comments
Open

Support using regexp variables to change the scheme of an URL #3343

aler9 opened this issue May 11, 2024 · 0 comments
Labels
enhancement New feature or request general

Comments

@aler9
Copy link
Member

aler9 commented May 11, 2024

Describe the feature

Discussed in #3012
Discussed in #3283

Regexp variables can be currently used to change the host, credentials, port, path and query of an URL, but they cannot be used to change the scheme of an URL due to a preliminary validity check that is performed on the URL.

This validity check may be moved from initialization to runtime in order to support changing everything in the URL.

@aler9 aler9 added enhancement New feature or request general labels May 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request general
Projects
None yet
Development

No branches or pull requests

1 participant