FOR TIPS, gUIDES & TUTORIALS

subscribe to our Youtube

GO TO YOUTUBE

14455 questions

17168 answers

28195 comments

0 members

We are migrating to our new platform at https://community.teltonika.lt. Moving forward, you can continue discussions on this new platform. This current platform will be temporarily maintained for reference purposes.
0 votes
102 views 0 comments
by anonymous
Hi All,

Got the latest firmware installed RUT2_R_00.07.04 but when sending a HTTP Post to send a message if the TEXT=  has a space in between words it responds with bad request

>curl "http://192.168.200.244/cgi-bin/sms_send?username=admin&password=1234&number=614XXXXXXXX&text=one word"
curl: (3) URL using bad/illegal format or missing URL

>curl "http://192.168.200.244/cgi-bin/sms_send?username=admin&password=1234&number=614XXXXXXXX&text=oneword"
OK

Have tested on both windows and linux same issue

how can we rectify

1 Answer

0 votes
by anonymous

Hello,

Could you try using "%20" to represent space symbol?

Best regards,