playMaker

Author Topic: Url encode (Uri Encode/Decode)  (Read 2022 times)

dudebxl

  • Hero Member
  • *****
  • Posts: 602
Url encode (Uri Encode/Decode)
« on: March 10, 2016, 09:23:17 AM »
Url encode
Convert string with Url encode to a safe string for upload. Compatible with PHP urlDecode (string urldecode ( string $str ))

This is required if you use the compression action and upload data to POST.

Uri Encode/Decode
Similar to above but using Net conversion

On Ecosystem or https://snipt.net/dudebxl/
« Last Edit: March 13, 2016, 07:45:43 PM by dudebxl »

dudebxl

  • Hero Member
  • *****
  • Posts: 602
Re: Url encode (Uri Encode/Decode)
« Reply #1 on: March 13, 2016, 07:46:03 PM »
*** update bump added 2 more new actions (Uri).