VeritasOS / netbackup-api-code-samples

Contains code samples that demonstrate the use of NetBackup REST API
MIT License
53 stars 52 forks source link

Url encode the name part of the data of the form name=content #52

Closed ghost closed 4 years ago

ghost commented 4 years ago

Added new function using jq filter to encode custom string curl --data-urlencode only encodes the content part of the data of the form Name=Content. Name part must already be url encoded.