Url Encode SMS messages.

This commit is contained in:
Arthur Britto
2013-03-30 01:00:00 -07:00
parent 58b3cc1dd6
commit c67366ea25
3 changed files with 37 additions and 3 deletions

View File

@@ -473,7 +473,7 @@ void HttpsClient::sendSMS(boost::asio::io_service& io_service, const std::string
% theConfig.SMS_TO
% theConfig.SMS_KEY
% theConfig.SMS_SECRET
% strText);
% urlEncode(strText));
// cLog(lsINFO) << "SMS: Request:" << strURI;
cLog(lsINFO) << "SMS: Request: '" << strText << "'";