How to post to an internal URL in classic asp from server

256 views Asked by At

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

Update: I create an classic ASP endpoint to accept request from a third party. And I need to send back a response with HTTP status code 200. Then this endpoint doesn't process anything but needs to post the request to an internal endpoint for processing. Hope this clear now.

Khoi

0

There are 0 answers