in reply to Redirect Page with POST
I'm not aware of a way to instruct a browser to re-post its data to a new location.
Rather than redirecting the user, you could proxy the request for them.
Or, you could store all of the settings from the POST into a session file, then pass back the name of the session file as a parameter to the URL.
|
|---|