Print Page | Close Window

Posting Data to a Remote Server..methods?

Printed From: Web Wiz Forums
Category: General Discussion
Forum Name: Classic ASP Discussion
Forum Description: Discussion on Active Server Pages (Classic ASP).
URL: https://forums.webwiz.net/forum_posts.asp?TID=6606
Printed Date: 31 March 2026 at 1:17pm
Software Version: Web Wiz Forums 12.08 - https://www.webwizforums.com


Topic: Posting Data to a Remote Server..methods?
Posted By: ASSp
Subject: Posting Data to a Remote Server..methods?
Date Posted: 21 October 2003 at 11:20am

I'm attempting to Post a string of data to a remote server (still under my control, but on another line and via a https connection).

Here's the setup/problem:

User Enters data > Process Page: data stored in SQL, view is run to populate a field with string of data in pipe delimited format > needs to post pipe delimited string to https: external site where it will be written to a connected SQL database > then return to the original process page.

So, what are the different ways I can post the data?

I could easily use a redirect/querystring but don't want to make the data/url visible to the user.  I'm at a loss for other ways to do this.  Basically all I need is a way to get the string from my server, securely to the other server where it can be written to SQL –so, in other words, “Posting” may be the incorrect term.

 Many thanks

-S




Replies:
Posted By: MorningZ
Date Posted: 21 October 2003 at 12:19pm
you can use the http://www.4guysfromrolla.com/webtech/102401-1.shtml - XMLHttp component to "post" the data to the other server

-------------
Contribute to the working anarchy we fondly call the Internet


Posted By: ctscott
Date Posted: 21 October 2003 at 12:58pm

Originally posted by MorningZ MorningZ wrote:

you can use the http://www.4guysfromrolla.com/webtech/102401-1.shtml - XMLHttp component to "post" the data to the other server

indeed. you taught me that yesterday, via my R & D travels for my question.



Posted By: ASSp
Date Posted: 21 October 2003 at 2:03pm

Originally posted by MorningZ MorningZ wrote:

you can use the http://www.4guysfromrolla.com/webtech/102401-1.shtml - XMLHttp component to "post" the data to the other server

Worked amazingly well. Many, many thanks.

 



Posted By: Bunce
Date Posted: 26 October 2003 at 6:08pm

Another possible option:

If you're initially sending the data to your local SQL db then you could put some of your logic in a stored proc and set up a linked server with your remote one..

Cheers,
Andrew



-------------
There have been many, many posts made throughout the world...
This was one of them.



Print Page | Close Window

Forum Software by Web Wiz Forums® version 12.08 - https://www.webwizforums.com
Copyright ©2001-2026 Web Wiz Ltd. - https://www.webwiz.net