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.
 
Rob said:
Hi vm,

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

Hi Rob,
no, it's all in the same window.
 
Thats what I mean, you are moving across domains so a new window is
required...
 
Rob said:
Thats what I mean, you are moving across domains so a new window is
required...

Hi Rob,
no, I'm not moving across domains:

page https://www.blabla.de/xyz
posts to https://www.blabla.de/xyz?seq=1
and receives a redirect to
/abc

We checked the http headers (esp. "location"): they all look OK.

And remember: this happens only on one PC, we tried several others ->
couldn't reproduce this on another mashine.


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

Back
Top