This is rather daunting. An sms gateway put their variables in their header rather than urlencode it. I am not sure how to get my app to fetch the header variables from the request sent by the server.
I tried mimicking using urllib2 by sending headers to my app. But, request.headers always return None. Please help.

