Re: Add value to request header?

2009-02-20 Thread Brandon Taylor
Hi Malcom, Thanks for the response. I thought the same about the request headers being read only, and hadn't heard of something modifying the request header, only the response. b On Feb 18, 5:02 pm, Malcolm Tredinnick wrote: > On Wed, 2009-02-18 at 07:16 -0800,

Re: Add value to request header?

2009-02-18 Thread Malcolm Tredinnick
On Wed, 2009-02-18 at 07:16 -0800, Brandon Taylor wrote: > Hi everyone, > > I know how to modify a response header value, but not a request header > value. I need to integrate with an external system that is injecting a > value in the request header that I need to check for. > > Is it possible

Add value to request header?

2009-02-18 Thread Brandon Taylor
Hi everyone, I know how to modify a response header value, but not a request header value. I need to integrate with an external system that is injecting a value in the request header that I need to check for. Is it possible to mock this behavior in Django? I'm not very familiar with how these