Defang transform action
Use case
You have a email with a URL in it similar to something like: https://rewst.io/aprilfools/surprise.html You would like to defang it and make it not directly usable.
Overview

Given a URL, this action will 'defang' the url by adding characters to prevent it from being directly usable.
Parameters
Parameter
Description
Required
URL
URL to defang
Colon
If true defang colons.
Dots
If true defang all dots.
Usage
Results output
The expected result of this transform is a defanged url.
Result from Example 1:
hXXps[:]//rewst[.]io/aprilfools/surprise.html
Last updated
Was this helpful?