Hi everybody
I am trying to configure Remote Access with DynamicID on R80.10 GW
I have a URL from SMS server Team to perform GET method to SMS server like this:
http://x.x.x.x:8083/VPNOTP/http/sendmsg?api_id=$APIID&user=vpnotp&password=xxx&to=0901441294&text=TestVPN
When i paste that link to a browser, i get an OTP code to my phone number
But when I run curl_cli on GW, the SMS server return to 505 Internal Error
I tried to capture packet, and I saw all field after "api_id=" was missing when run curl_cli
Is it due to a link error or is it because I incorrectly executed the syntax?
Thank you so much