sfreiberg / gotwilio

Twilio library for Go (golang).
BSD 2-Clause "Simplified" License
342 stars 136 forks source link

Underscore missing in http url query string in sms #90

Open amankaur27 opened 3 years ago

amankaur27 commented 3 years ago

I have added a url in the SMS body that includes a query parameter (?type=ab_cam). When the sms is sent on iPhone6, then the query parameter is sent as ?type=ab camp. The underscore is missing in the url. When I checked the same url on Android then it worked fine. Can someone please check this, if it is for a particular device or not ?