SparkPost / node-sparkpost

SparkPost client library for Node.js
https://www.sparkpost.com/
Other
180 stars 42 forks source link

Why does sparkpost converts parentheses '( )' to utf-8 character '%28 %29' ? #239

Open prashantkt10 opened 5 years ago

prashantkt10 commented 5 years ago

I'm using request library of NodeJS to trigger emails using authkey. I'm trying to insert parentheses in email-json which is explicitly getting converted into utf-8 character encodings by sparkpost. Is this a bug or this is how sparkpost works ?