Hi all, On Fri, Oct 15, 2010 at 1:12 AM, Matthew Weier O'Phinney <[email protected]> wrote: > > I think this may be due to how PHP handles header names, particularly > the "Location" header. However, I'm not 100% positive; hopefully Shahar > (author of the component) will jump in to respond. >
The problem is if the response header contains two words or more, e.g. Content-Type It will be converted into Content-type IMHO, it is so strange and I see no point of converting, unless it is part of some standard.
