Clearing Cookies doesn't work

I am newbee with analyzing headers responses. This are info taken from
Fiddler debuger (FX responses). If you could help me to find something
odd I will be grateful.

Request Header:

POST /manager/www/admin/parking_cfg.php HTTP/1.1
Host: www.somedomain.com
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; pl; rv:1.9.0.13)
Gecko/2009073022 Firefox/3.0.13
Accept: application/json, text/javascript, */*
Accept-Language: pl,en-us;q=0.7,en;q=0.3
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-2,utf-8;q=0.7,*;q=0.7
Keep-Alive: 300
Connection: keep-alive
X-Requested-With: XMLHttpRequest
Referer: http://www.somedomain.com/manager/www/admin/index2.php?page=parking
Cookie: PHPSESSID=86cd59b9c6377608ca601713e53e357b
Pragma: no-cache
Cache-Control: no-cache

Response header:
HTTP/1.1 400 Bad Request
Server: IdeaWebServer/v0.60
Date: Mon, 24 Aug 2009 22:48:12 GMT
Content-Type: text/html
Content-Length: 191
Connection: close

<HTML>
<HEAD>

        <TITLE>400 Bad Request</TITLE>

</HEAD>
<BODY BGCOLOR=#FFFFFF>

        <H1>400 Bad Request</H1>
        Your browser sent a request that this server could not understand.

</BODY>
</HTML>


parking_cfg.php returns JSON correctly if you type into FX browser
address   http://www.somedomain.com/manager/www/admin/parking_cfg.php

Greetings

Reply via email to