URLDecode

Converts https:%2F%2Fexample.com into https://example.com

python · Filters And Transformers

Details

IDURLDecode
Languagepython
From Version5.0.0
Docker Imagedemisto/python3:3.12.13.10404775
Tagstransformer

README

Converts “https:%2F%2Fexample.com” into “https://example.com”.

Script Data


Name Description
Script Type python
Tags transformer

Inputs


Argument Name Description
value The URL to input.

Outputs


Path Description Type
DecodedURL The parsed URL as a key/value. string
commonfields:
  id: URLDecode
  version: -1
name: URLDecode
script: ''
type: python
subtype: python3
tags:
- transformer
comment: |-
  Converts
  https:%2F%2Fexample.com
  into
  https://example.com
enabled: true
args:
- name: value
  required: true
  description: 'The input url.'
outputs:
- contextPath: DecodedURL
  description: Parsed url as key/value.
  type: string
scripttarget: 0
isllm: false
dockerimage: demisto/python3:3.12.13.10404775
tests:
- URLDecode-Test
fromversion: 5.0.0