I am using twilio. When twilio posts to the url I supplied, they sign the request with a customer HTTP header X-Twilio-Signature, which I can use to validate that it is actually twilio making the request.
On Jan 2, 9:17 pm, lyn2py <[email protected]> wrote: > What headers are you specifically looking for that are not available? > > Have you looked under request.env, e.g. request.env.http_referer (and > other headers like http_host, http_user_agent)? > > On Jan 3, 12:31 pm, "James M." <[email protected]> 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?

