How to post to an internal URL in classic asp from server?
- Using MSXML2.ServerXMLHTTP looks not work per this and this.
- I cannot use Response.Redirect since I need to send http code 200 right after I receive the request
- I cannot use either Server.Execute or Server.Transfer since I want to modify Form collection before posting to destination internal URL
Thank you