URGENT!!!! Send HTTP request from one web server to another server

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.



Go Back   Webforumz.com > Main Forums > Program Your Website > ASP.NET Forum

Notices


Reply
 
LinkBack Thread Tools
  #1 (permalink)  
Old Jul 26th, 2006, 06:04
New Member
Join Date: Jul 2006
Location: Bangkok
Age: 26
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts
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.
Reply With Quote

  #2 (permalink)  
Old Aug 7th, 2006, 19:18
New Member
Join Date: Jul 2006
Location: Memphis, TN
Age: 31
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
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!
Reply With Quote
Reply

Tags
urgent, send, http, request, web, server

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

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


All times are GMT. The time now is 06:26.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43