Here are some more details:
This is what the initial widgetlist.xml request looks like:
Code: Select all
---
T MYIP:59742 -> 149.154.159.134:80 [AP]
GET /widgetlist.xml HTTP/1.1.
Accept: text/html, image/png, image/*, */*.
Accept-Language: ko.
Host: 149.154.159.134.
Token: a5e0ee0b+_X6_8cc8cdb10b77+8eaae9f1250db3fb7e3497d6805632d371409d7e.
User-Agent: Mozilla/5.0 (Windows; U; en-US; rv:1.8.1.11; Gecko/20071129; Firefox/2.5.0) Maple 6.0.00067 Navi.
Cookie: WMONID=DkhWkD9BnoV.
Connection: close.
Content-type: text/xml.
cache-control: no-cache.
AppKey: 945c9529-223a-1cf4-af77-100000000001-dfdc4cbf-09dd-4ae6-a33a-07e21601dc14.
Cache-Control: no-cache.
--
Here is the same request reproduced via wget:
Code: Select all
wget http://149.154.159.134/widgetlist.xml --header="Token: a5e0ee0b+_X6_8cc8cdb10b77+8eaae9f1250db3fb7e3497d6805632d371409d7e" --header="Cookie: WMONID=DkhWkD9BnoV" --header="AppKey: 945c9529-223a-1cf4-af77-100000000001-dfdc4cbf-09dd-4ae6-a33a-07e21601dc14"
--2013-10-17 17:09:01-- http://149.154.159.134/widgetlist.xml
Connecting to 149.154.159.134:80... connected.
HTTP request sent, awaiting response... 302 Found
Location: http://80.109.59.7/widgetlist.xml [following]
--2013-10-17 17:09:01-- http://80.109.59.7/widgetlist.xml
Connecting to 80.109.59.7:80... connected.
HTTP request sent, awaiting response... 404 Not Found
2013-10-17 17:09:02 ERROR 404: Not Found.
---
So yea, unless I am missing something here, the widget serving done via 149.154.159.134 is broken.