Sending OTA Sync settings via JSP (AJAX) page

Sending OTA Sync settings via JSP (AJAX) page SearchSearch
Author Message
Tyrone
New member
Username: Tyronevdm

Post Number: 3
Registered: 06-2008
Posted on Tuesday, July 01, 2008 - 09:21 am:   

Hi there,

I want to build my own custom built webpage. I want to send OTA settings to my cellphone. Whats the best way to do this, I see I can put the cellphone number and the XML File in and pass it this way to the NOWSMS server, but I dont really wanna do this as then anyone can just hardcode their cellnumber in and get the settings sent to them. Also this way the user can just F5 and 2 more sms are sent with the settings, It can be abused a lot.

I think maybe I can send a HTTP POST request with the XML settings as a string(First converting the XML config file to a string object).

Are there any methods that are being exposed by NowSMS for this?

Please , any help will be appreciated!!A