[thelist] Passing data from one site to another

Anthony Baratta Anthony at Baratta.com
Tue Mar 27 11:23:25 CST 2001


At 08:40 AM 3/27/2001, you wrote:
>Hi Folks,
>
>I want to transfer data from one server (domain) to a secure server
>(different domain).  The data will be either query string or posted from a
>form.

Michelle...

Here's one way I tackled that problem:
(If the SSL service has access to the same Database as the unsecured site)

- Store the info into a "temp" table and generate a unique id.
- Put the Unique ID into the query string and send the browser the link you 
wan them to go to: e.g. https://www.foobar.org/program.cgi?ID=123-123-123-123
- Then on the SSL side, take the ID number and lookup the info in the database.
- Collect your SSL info and save what you want into your permanent tables, 
delete from the temp table.

Hope that helps, or at least does not hurt.



----
Anthony Baratta
President
Keyboard Jockeys





More information about the thelist mailing list