I tried fiddler..
============================================================
this is the request headers when sent from Chrome (which works)
============================================================
POST http://walktoendbraintumors.org/testform2.cfm HTTP/1.1
Host: walktoendbraintumors.org
Connection: keep-alive
Referer: http://walktoendbraintumors.org/testform.cfm
Content-Length: 368
Cache-Control: max-age=0
Origin: http://walktoendbraintumors.org
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/534.24 
(KHTML, like Gecko) Chrome/11.0.696.68 Safari/534.24
Content-Type: multipart/form-data; 
boundary=----WebKitFormBoundaryAIvObZzjlAYrZk3o
Accept: 
application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: CFID=1222804; 
CFTOKEN=99f7d0484b474463-546FDFE3-9DA7-02F1-11101EF40570AE6; 
JSESSIONID=e630b5ef98c4437cd65

------WebKitFormBoundaryAIvObZzjlAYrZk3o
Content-Disposition: form-data; name="teamphoto"; filename="blank.png"
Content-Type: image/png

IHDRtEXtCreation Time19 May 2011 23:45:02 -0500tIME-##  pHYs*   gAMA
IDATx
------WebKitFormBoundaryAIvObZzjlAYrZk3o--
============================================================
This is the request headers from firefox which doesn't work (returns 
a blank page)
============================================================

POST http://walktoendbraintumors.org/testform2.cfm HTTP/1.1
Host: walktoendbraintumors.org
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; 
rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://walktoendbraintumors.org/testform.cfm
Cookie: CFID=1308416; 
CFTOKEN=915130e257411e4d-05B60A36-D7E7-3AC9-34A71EC820BEF56; 
JSESSIONID=e630a59486d4460677e
Cache-Control: max-age=0
Content-Type: multipart/form-data; 
boundary=---------------------------14945890932209
Content-Length: 476

-----------------------------14945890932209
Content-Disposition: form-data; name="teamphoto"; filename="blank.png"
Content-Type: image/png

IHDRtEXtCreation Time19 May 2011 23:45:02 -0500tIME-##  pHYs*   gAMA
IDATx
-----------------------------14945890932209
Content-Disposition: form-data; name=""

Create Team!
-----------------------------14945890932209--
=====================================================


I don't see much difference? The response headers:


=====================================================
 From Chrome, which worked... displays the word success
=====================================================
HTTP/1.1 200 OK
Content-Type: text/html; charset=UTF-8
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
Date: Fri, 20 May 2011 03:48:03 GMT
Connection: close


Success!


=====================================================
 From firefox, which displays a blank page
=====================================================
HTTP/1.1 200 OK
Connection: close
Date: Fri, 20 May 2011 03:47:56 GMT
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET


==========================================================================================================
the only difference is the content-type: text/html;charset=utf-8
as well as connection: Close
and of course the page contents:  Success



BTW: Fiddler is cool!   There was a lot of stuff going on in the 
background that I never knew about.  Google makes a LOT of requests 
as you type.




At 09:18 PM 5/19/2011, you wrote:

>Sometimes caching creates all kinds of problems especially using latest
>version of IE.Try to clear out cache and even that didn't work try using
>fiddler clear out cache. Fiddler is a web debugger and logs the traffic. See
>if you can find anything.
>
>On Thu, May 19, 2011 at 8:21 PM, Al Musella, DPM
><muse...@virtualtrials.com>wrote:
>
> >
> >   I am getting strange results.. In firebug, it says the status is
> > 200 but there were no bytes received. and a view source shows
> > absolutely nothing. I turned on cf debuggin - to at least get debug
> > info - and still nothing at all.
> > . but there is a message about the cache.. perhaps my computer is messed
> > up?
> > Can someone just try http://walktoendbraintumors.org/testform.cfm
> >  try to upload a small gif and see what happens?
> >
> > At 05:12 PM 5/19/2011, you wrote:
> >
> > >When you tested with Firebug, did you see anything? How about any
> > >other network tool, like Charles?
> >
> >
> >
>
>

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:344736
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

Reply via email to