What is the format of HTTP GET.req

What is the format of HTTP GET.req SearchSearch
Author Message
rajeev saini
New member
Username: Rajeev

Post Number: 2
Registered: 03-2005
Posted on Thursday, March 17, 2005 - 05:13 pm:   

Hi,
We are using NOW/SMS and are facing the following problem......
We have made a listening client using sockets which listens to MMS notifications.Now i send a MMS through the web interface of NOW MMS at port 8800 and get a m-Notification.ind at port 4901 and my problem is that i want to send HTTP GET.req at port 13000(already configured).
What should be the format of this HTTP GET.req.
From the notification i can decode that the MMS is stored at the following location......
http://157.227.26.212:13000/20050302/11/50427ED9.MMS
Should doing a
GET http://157.227.26.212:13000/20050302/11/50427ED9.MMS
would get a m-reteive.conf from NOW/SMS.
What exactly should be the format of this HTTP GET.req ?


Bryce Norwood - NowSMS Support
Board Administrator
Username: Bryce

Post Number: 4203
Registered: 10-2002
Posted on Thursday, March 24, 2005 - 08:41 pm:   

Yes, that is what you should be doing.

There is no special formatting required for the HTTP GET ... it is just a standard GET.

Do note that after completing the GET, you should perform an HTTP POST with an m-acknowledge.ind. That POST gets directed to the MMS Server URL configured in the client (whichever one you send MMS messages through). Many MMSCs will keep sending you notifications until they see this acknoweldgement.

-bn