Thread Tools Display Modes
01-06-14, 11:08 AM   #1
Choonstertwo
A Chromatic Dragonspawn
 
Choonstertwo's Avatar
AddOn Author - Click to view addons
Join Date: Jan 2011
Posts: 194
Missing Avatar, Duplicate Headers

zohar101's avatar isn't loading in Chrome 31 on Windows 7 x64. When I attempt to open the image in a new tab, I get a Chrome error page stating "Duplicate headers received from server".

The avatar itself isn't a big deal to me, I just thought this was a particularly odd error that may indicate a larger problem of some sort.
  Reply With Quote
01-06-14, 01:02 PM   #2
Dridzt
A Pyroguard Emberseer
 
Dridzt's Avatar
AddOn Author - Click to view addons
Join Date: Nov 2005
Posts: 1,359
Works on Seamonkey 2.23 win7 64, just adding this in case it's browser specific.

Last edited by Dridzt : 01-06-14 at 01:06 PM.
  Reply With Quote
01-06-14, 02:40 PM   #3
Phanx
Cat.
 
Phanx's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2006
Posts: 5,617
Also loading for me in Opera 12.16 on Win7x64, but not in Chrome (whatever is installed here at work, didn't check but I think auto-update is forced so probably the same as Choonster is using), with the same error. Here's the full message:

Duplicate headers received from server

The response from the server contained duplicate headers. This problem is generally the result of a misconfigured website or proxy. Only the website or proxy administrator can fix this issue.

Error code: ERR_RESPONSE_HEADERS_MULTIPLE_CONTENT_DISPOSITION
__________________
Retired author of too many addons.
Message me if you're interested in taking over one of my addons.
Don’t message me about addon bugs or programming questions.

Last edited by Phanx : 01-06-14 at 02:46 PM.
  Reply With Quote
01-06-14, 02:44 PM   #4
Dolby
PPAP
 
Dolby's Avatar
WoWInterface Admin
Join Date: Feb 2004
Posts: 2,339
The person just needs to re-upload their avatar. NBD.
  Reply With Quote
01-06-14, 10:59 PM   #5
Choonstertwo
A Chromatic Dragonspawn
 
Choonstertwo's Avatar
AddOn Author - Click to view addons
Join Date: Jan 2011
Posts: 194
Originally Posted by Dolby View Post
The person just needs to re-upload their avatar. NBD.
Okay, glad there's nothing major going wrong.
  Reply With Quote
01-12-14, 12:04 PM   #6
pelf
Sentient Plasmoid
 
pelf's Avatar
Premium Member
Join Date: May 2008
Posts: 133
I'm not sure if Chrome is telling me the truth, but unlike the other HTTP requests on the page, it's requesting image.php like this:
Code:
GET http://www.wowinterface.com/forums/image.php?u=222792&dateline=1341691758 HTTP/1.1
Accept: image/webp,*/*;q=0.8
Cache-Control: max-age=0
Referer: http://www.wowinterface.com/forums/member.php?u=222792
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/31.0.1650.63 Safari/537.36
Firefox requests it like this:
Code:
GET /forums/image.php?u=222792&dateline=1341691758 HTTP/1.1
Host: www.wowinterface.com
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:26.0) Gecko/20100101 Firefox/26.0
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-US,en;q=0.5
Accept-Encoding: gzip, deflate
DNT: 1
Referer: http://www.wowinterface.com/forums/member.php?u=222792
Connection: keep-alive
If-Modified-Since: Sat, 07 Jul 2012 20:09:18 GMT
If-None-Match: "1341691758-222792"
Cache-Control: max-age=0
Sending the Firefox request using Putty results in the following response headers followed by the binary data stream:
Code:
HTTP/1.1 200 OK
Date: Sun, 12 Jan 2014 17:58:16 GMT
Server: Apache/2.2.16 (Debian)
X-Powered-By: PHP/5.3.3-7+squeeze15
Cache-control: max-age=31536000
Expires: Mon, 12 Jan 2015 17:58:17 GMT
Content-disposition: inline; filename=Epoka-lodowcowa-2-Odwilz,images_zdjecia,12,FOX29980D_10.jpg
Content-transfer-encoding: binary
Content-Length: 8749
Last-Modified: Sat, 07 Jul 2012 20:09:18 GMT
ETag: "1341691758-222792"
Connection: close
Content-Type: image/jpeg
Sending the Chrome request returns an HTTP 400. I assume it's (at least) because of the lack of a Host. The HTTP/1.1 spec requires the server to return a 400 if the Host header is missing.

So, yea. I'm not sure why Chrome is sending a malformed request for that one item. I'd have to put a sniffer on my NIC to get the objective facts about what Chrome is sending (versus what it tells me it's sending). Maybe what's being recorded in the developer console is actually fallout from whatever's going on.
  Reply With Quote

WoWInterface » Site Forums » Site help, bugs, suggestions/questions » Missing Avatar, Duplicate Headers

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off