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?

Reply via email to