This is a discussion on "URGENT!!!! Send HTTP request from one web server to another server" within the ASP.NET Forum section. This forum, and the thread "URGENT!!!! Send HTTP request from one web server to another server are both part of the Program Your Website category.
|
|
|
|
|
![]() |
||
URGENT!!!! Send HTTP request from one web server to another server
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
|||
|
URGENT!!!! Send HTTP request from one web server to another server
HI all,
well, coming straight to the point:: I have an asp.net page in my web server with a SUBMIT button, which will POST data to another server (this server has a dedicated port 3137 to listen requests from a fixed IP. ie., the IP of my web server). when a client computer opens the page on the web server and clicks the SUBMIT button, the targer server does not respond. The thing I have found is, when a client computer clicks the SUBMIT button, the actual request is coming from the IP of the client computer (not from the WEB SERVER IP). I need a solution, so that everytime the request to the TARGER server will come from my WEB SERVER IP. ANY QUICK RESPONSE WILL BE APPRECIATED. |
|
|
|
|||
|
Re: URGENT!!!! Send HTTP request from one web server to another server
The submit request is actually coming from the client computer. One way to accomplish what you need is to have the page post to your web server, and then write a script on your web server that will post the information to the target server. You might want to look into the HttpWebRequest class to accomplish this. Good luck!
|
![]() |
| Tags |
| urgent, send, http, request, web, server |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| how to send xml file through http post or get | camarun20 | Other Programming Languages | 5 | Aug 10th, 2006 15:22 |
| Web Server | redkyna | Hosting & Domains | 15 | Apr 25th, 2006 00:33 |
| http://url:8080/request ?? | hamboy | Web Page Design | 5 | Feb 10th, 2006 13:22 |
| Need to process data on one server, utilize it on another server ... can it be done? | jaobrien | Classic ASP | 1 | Dec 6th, 2005 00:58 |
| XP as Server | jgbarber65 | Hosting & Domains | 1 | Dec 3rd, 2005 16:43 |