Defang URL
Description
This operation makes URLs safe to share by preventing accidental clicks or access. This is especially useful in cybersecurity contexts, where you might need to share potentially malicious URLs without making them active links.
Data types
These are the input/output expected data types for this operation:
Input data
- URLs you want to defang.
Output data
- Defanged URLs.
Parameters
These are the parameters you need to configure to use this operation (mandatory parameters are marked with a *):
Example
Suppose you want to defang a series of events that represent URLs:
In your Pipeline, open the required Action configuration and select the input Field.
In the Operation field, choose Defang URL.
Set Escape Dots to true.
Set Escape HTTP to true.
Set Escape ://* to false.
Set Process Type to Everything.
Give your Output field a name and click Save. The URLs in your input field will be defanged. For example:
Last updated
Was this helpful?