Post Redirect

  • Thread starter Thread starter vm98123
  • Start date Start date
V

vm98123

Hi,

could anyone please help me with this one:

my webapp does the following:
- user agent posts a form
- server sends a 302 response and a new location
- user agent should open then new location.

On some ie 6.0 Version something like this happens:

after filling out a form and posting it, messagebox (warning about
insecure content) is displayed and after that an error is displayed.

In my server logs I can see that the post request is answered
correctly, but no get appears after that.

The website is ssl.

I crosscheched the http headers with mozilla liveheaders to be sure
that no wrong adress is sent do the Client.

I checked also the IE settings (security tab): I copied those settings
to another machine everything works fine there.

Any ideas??????????
 
Hi vm,

Target value of your Post? Me thinks it should be a new window (_blank).
Just a guess.

Regards.
 
Back
Top