DevBlog

About

The DevBlog documents all developments and promotions that relate to the TM4B Bulk SMS Gateway and its associated services 70589.INFO & T4ME.

Categories

03/06/2006HTTP POST to HTTP GET

Summary:

API-Client routines will soon use the GET method in place of POST.

Category:

Modifications

Link:

www.tm4bhelp.com/dev/p-38.php

Details:

Customers should be aware that we will be changing the type of HTTP request used in our API-Client routines from POST to GET and this will effect the following (HTTP based) routines:

This change is being made for two reasons. Primarly, it appears that some servers have been configured in such a way that they do not accept HTTP requests using the POST method. Furthermore, to account for developers of all levels, the GET method allows an application to be developed, checked and modifed more easily as our requests can be simulated through the address bar of an internet browser.

To give customers enough time to modify their applications and avoid any disruption of service, we will be implementing this change according to a two step process:

  1. From Monday June 5th 2006, our HTTP requests will be made using both methods simultaneously and, from this point, applications will be able to accept the values being passed by either method.
  2. From Monday June 26th 2006, our HTTP requests will be made using the GET method only and, by this time, all applications must be able to accept the values passed through this method.

Any questions relating to this change should be forwarded to our technical staff.