Details
-
New Feature
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
None
-
None
Description
If the input(expression) for a RegexPipe is a url (starts with "http"), an HTTP request to that URL is executed and the response from the HTTP is used as the input for the RegexPipe.
We have a scenario where we would like to apply a regex to the URL as-is (as a String).
I would likle to have an option to enable processing URLs as a string on RegexPipes