I'd love to see an addition to make it so that I can encode a url but leave the URL part working.
Example:
https://PushNotice.chat/api/v1/chatnotice/?idChat=xxxx&secret=xxxxx&level=info&namespace=xxxxx&env=production&text=My message goes here&email=chris@notmyemail.com
This should be turned into somthing like this:
https://PushNotice.chat/api/v1/chatnotice/?idChat=xxxx&secret=xxxxx&level=info&namespace=xxxxx&env=production&text=My+message+goes+here&email=chris%40notmyemail.com
Would that be possible?
I'd love to see an addition to make it so that I can encode a url but leave the URL part working.
Example:
https://PushNotice.chat/api/v1/chatnotice/?idChat=xxxx&secret=xxxxx&level=info&namespace=xxxxx&env=production&text=My message goes here&email=chris@notmyemail.comThis should be turned into somthing like this:
https://PushNotice.chat/api/v1/chatnotice/?idChat=xxxx&secret=xxxxx&level=info&namespace=xxxxx&env=production&text=My+message+goes+here&email=chris%40notmyemail.comWould that be possible?