Re: [OT] Problems with xmlhttprequest and proxy servers

2006-09-13 Thread Jesse Kuhnert
YepIt was weird, but at some point IE was such a clear leader.. Now they are hopelessly behind again, and things aren't looking any better with ie7.. :/ On 9/13/06, Vinicius Carvalho <[EMAIL PROTECTED]> wrote: Thanks Jesse, :) For this project we are not using dojo (yet) but we will for th

Re: [OT] Problems with xmlhttprequest and proxy servers

2006-09-13 Thread Vinicius Carvalho
Thanks Jesse, :) For this project we are not using dojo (yet) but we will for the upcoming projects. What did solve my problem was: req.setRequestHeader( "If-Modified-Since", "Sat, 1 Jan 2000 00:00:00 GMT" ); I know this is very fragile, but we are in a rush here, tomorrow, we have a presentatio

Re: [OT] Problems with xmlhttprequest and proxy servers

2006-09-13 Thread Vinicius Carvalho
BTW I'm also adding those headers on the servlet that pull the messages and render it back to the user. Regards On 9/13/06, Vinicius Carvalho <[EMAIL PROTECTED]> wrote: Sorry about the OT, but since we have some masters of Ajax/JS here, I'm giving a shot. Today we experienced problems with our

Re: [OT] Problems with xmlhttprequest and proxy servers

2006-09-13 Thread Jesse Kuhnert
This is the annoying IE bug. Even with the best cache breaking strategies setup you won't be able to fix it unless you make the urls being used unique. With dojo all you have to do is set preventCache:true in the dojo.io.bind calls. On 9/13/06, Vinicius Carvalho <[EMAIL PROTECTED]> wrote: Sorry