Thanks a bunch! Its working
On Dec 20, 2:32 pm, mdipierro <[email protected]> wrote: > they are in request.env > > so header called blablabla would be in request.env.http_blablabla > > On Dec 20, 12:09 am, rāma <[email protected]> wrote: > > > > > 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.

