HTTP Request

HTTP Request SearchSearch
Author Message
Vamsee Vanaparthy
New member
Username: Vamsee

Post Number: 4
Registered: 03-2006
Posted on Monday, August 21, 2006 - 03:36 pm:   

Dear Bryce,

I met with a client who didn't require web interface that I have developed. Instead he asked me to give the HTTP url that may be required to directly send sms message to NOWSMS server. I would be glad if you could please tell me in what format, I give him the HTTP url.Please try to put your answer in code as actual HTTP request with fictional username and password.

One more important thing is I havebeen billing my clients by recording the number of SMS sent through my PHP website. Due to the reason this client wants direct access. Please tell me how can I know how many sms messages he has sent per day. I mean is it possible to generate a report. Your help will be greatly appreciated thanks in advance.

Thanks
Bryce Norwood - NowSMS Support
Board Administrator
Username: Bryce

Post Number: 6399
Registered: 10-2002
Posted on Monday, August 21, 2006 - 06:31 pm:   

Hi,

See:

http://www.nowsms.com/documentation/ProductDocumentation/sending_messages/sendin g_text_messages.htm

And...

http://www.nowsms.com/documentation/ProductDocumentation/sending_messages/url_pa rameters_for_sending_messages.htm

The one thing that may not be obvious from the examples in those links is the inclusion of the username and password (the parameters are included in the table in the second link). Here is a simple example:

http://127.0.0.1:8800/?PhoneNumber=xxxxxxxx&Text=This+is+a+test&user=username&pa ssword=password