I think the 'Your-Header' header should be accessible via: request.env.http_your_header
or request.wsgi.environ.HTTP_YOUR_HEADER Anthony On Monday, January 2, 2012 11:31:49 PM UTC-5, James M. wrote: > > I need to get a request header that is being sent with an http post. > I thought I could access it with something like: > request.headers['HTTP_SOME_HEADER'] > but it doesn't work... I looked at all request attributes and don't > see the headers. > Any idea how to get it?

