sfreiberg / gotwilio

Twilio library for Go (golang).

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Underscore missing in http url query string in sms

amankaur27 opened this issue · comments

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 ?