I am trying to have an ASP page submit a POST messge to a remote server. The catch is, this can not be done with a form, because of the nature of the data that is expected by the remote server (it expects some custom headers). It must be a manually-written ASP-driven HTTP POST submission. Added difficulty is that, if possible, no new objects should be deployed. Is there a way to do this with straight ASP?
Forgive me if I repeat a previous thread -- though I checked far back, I didn't go all the way to the beginning of the forum to determine if this has already been asked.
Forgive me if I repeat a previous thread -- though I checked far back, I didn't go all the way to the beginning of the forum to determine if this has already been asked.