Re: browser sending extra get/post call after redirect

2006-08-29 Thread rache
I am using both the RequestDumperValve and LiveHTTpHeaders plus other tools to monitor the request. I know that I am am missing request parameters intermittently. I was able to monitor also that am getting an extra call to get/post - which shouldn't. Mark Thomas-11 wrote: > > rache wrote: >> T

Re: browser sending extra get/post call after redirect

2006-08-29 Thread Mark Thomas
rache wrote: > This is also related to the missing request parameters thread. After > looking on the logs, it seems like the browser is calling an extra > get/post call after a redirect. This would cause my application to get a url > without any request parameters. > > What may cause the browse