in reply to Re^2: Send user to a different server
in thread Send user to a different server

It's easy to do a post, but then the data is sent back to you from the secure server to the insecure server. Do you then want to send it to the client?

Replies are listed 'Best First'.
Re^4: Send user to a different server
by Michalis (Pilgrim) on Jul 30, 2004 at 07:51 UTC
    That's exactly the problem!!!!
    I don't want to show the data to the client, as it's a new form, I'ld rather redirect the client to the secure web server in order to complete the form in a secure environment.
    Any good ideas?
    -- Michalis