Post Redirect

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??????????
 
R

Rob ^_^

Hi vm,

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

Regards.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top