Re: [users@httpd] Cookie in HTTP Request Header

2014-09-09 Thread Rainer M. Canavan
On Sep 9, 2014, at 04:01 , vipin kumar wrote: > Thanks Eric. > > can you please share any real network wireshark traces which can show that > cookie can come in between as well. That should not be necessary - the standard does not require any specific order, therefore any well-behaved server

Re: [users@httpd] Cookie in HTTP Request Header

2014-09-08 Thread vipin kumar
Thanks Eric. can you please share any real network wireshark traces which can show that cookie can come in between as well. Little bit change: would it be safe to assume that Cookie, if present, will always comes after the Host, User-Agent and Referrer field ? i know RFC does not impose any ord

Re: [users@httpd] Cookie in HTTP Request Header

2014-09-08 Thread Eric Covener
On Mon, Sep 8, 2014 at 1:32 PM, vipin kumar wrote: > would it be safe to assume that Cookie, if present, will always be the last > field in Header field ? No. -- Eric Covener cove...@gmail.com - To unsubscribe, e-mail: users-u

[users@httpd] Cookie in HTTP Request Header

2014-09-08 Thread vipin kumar
Hello, i have a question regarding the cookie attribute in HTTP request header. Though i know that RFC does not require any order on the HTTP header fields but i observed almost every time 'Cookie' always present at last in the HTTP header. would it be safe to assume that Cookie, if present, will