You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by Rasmus Lerdorf <ra...@linuxcare.com> on 2000/07/26 20:58:17 UTC

Anybody at M$ reading this list?

My latest IE gripe is that when IE exports its favourites to the server it
sends a request like this:

POST http://www.menumarks.com/test.php HTTP/1.0
Content-Type: application/x-www-form-urlencoded
User-Agent: PostFavorites
Host: www.menumarks.com
Content-Length: 42137
Proxy-Connection: Keep-Alive
Pragma: no-cache
Cookie: mmid=1240350077

But the contents of the POST data is this:

<!DOCTYPE NETSCAPE-Bookmark-file-1>
<!-- This is an automatically generated file.
It will be read and overwritten.
Do Not Edit! -->
<TITLE>Bookmarks</TITLE>
<H1>Bookmarks</H1>
<DL><p>
    <DT><H3 FOLDED ADD_DATE="962809347">Links</H3>
    <DL><p>

WTF?  They set a content-type and then they don't adhere to it at
all.  Thanks guys.

-Rasmus