DebugBar Forums
 
 HOME 
 DOWNLOAD 
 BUY 
 DOC / WIKI 
 FORUM 
 CONTACT 
Stay tuned : rss feed

Forum Home


advanced search

You are not logged in.

Announcement

Forums are now closed as we moved them to google groups. You can use the following Google Groups to discuss about DebugBar and IETester products:

#1 2008-08-12 19:49:19

outatime
New member

Icon Help Needed

I have an AJAX call that is not completing its cycle.  In the HTTP(S) tab it shows three calls being made.  The first two have an icon with a gold shield with a small red circle.  The last one has a big red circle with an exclamation point in the middle.  What does that mean.

It looks like it is responding with no data, but when I drop the same URL in on another browser tab, it responds fine.

Here are the headers from the third call.

GET /apps/planmanager/Default.aspx?callback=navdays&offset=-7&date= HTTP/1.1
Accept: */*
Referer: https://xxxx.xxx.xxxx.xxx/apps/planmanager/default.aspx
UA-CPU: x86
Accept-Encoding: gzip, deflate
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; .NET CLR 3.0.04506; InfoPath.2; .NET CLR 3.5.21022)
Host: xxxx.xxx.xxxx.xxx
Connection: Keep-Alive
Authorization: NTLM XXXXXXXXXXXXXXXXXXXXXXXXXXXX
Cookie: __utma=XXXXXXXXXXXXXXXXXX; __utmz=XXXXXXXXXXXX=(referral)|utmcsr=hq.xxxx.xx|utmcct=/pao/FOIA/agency/|utmcmd=referral; ASP.NET_SessionId=XXXXXXXXXXXXXXXXXXXXXXXXX

HTTP/1.1 200 OK
Date: Tue, 12 Aug 2008 19:36:49 GMT
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
X-AspNet-Version: 2.0.50727
Transfer-Encoding: chunked
Cache-Control: no-cache
Pragma: no-cache
Expires: -1
Content-Type: text/xml

Last edited by outatime (2008-08-12 23:44:34)

Offline

 

#2 2008-08-12 22:03:52

fabrice
DebugBar Support

Re: Icon Help Needed

Hi,

I have updated the doc with all the possible icons :

http://www.my-debugbar.com/wiki/Doc/HTTPTab

For your particular case, this may occur when a resource is in a subfolder needing authentication.
It looks like authentication is sent by the client (that is IE), and then server is sending back an ok response (HTTP 200).

Is it working when you close DebugBar panel ? Or not working at all with IE ?

Offline