Hi Parker,
I presume you are talking about the web server side, not the web client side here?
If you want to redirect an incoming POST then you can do so with;
p_web.redirect(toURL, , true).
The 3rd parameter tells it to repost.
The whole prototype for Redirect is
NetWebServerWorker.Redirect PROCEDURE(String p_to, Long p_ToSecure=0, Long p_Repost=1, Long p_Type=301)
Cheers
Bruce