If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Data Access, Manipulation & Batch Languages > ASP > https post & get - IMPORTANT QUESTION

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 10-25-03, 23:42
catapano catapano is offline
Registered User
 
Join Date: Oct 2003
Posts: 4
https post & get - IMPORTANT QUESTION

we are working on a project , that involves an ecommerce site, where in there are 2 stages/ 2 websites.

The first website, the customer can place the order , update his shopping cart & it caluclates the total to be paid, however, this information(order details & shipping informatino) needs to be transferred/posted to another website(fuilfillement center, wearhouse or this is where the merchant account ) , where he will have to enter his credit card info & if there is confirmation or rejection, i would need to get back some values for storage.

How can this be acheived ?

where can i find more documentation on Getting this done ?

if there are any examples please , ecommerce gurus let me know ? I am not a programmer, but a project manager

thanks
Reply With Quote
  #2 (permalink)  
Old 10-28-03, 02:52
MrWizard MrWizard is offline
Registered User
 
Join Date: Mar 2003
Location: Atlanta, GA
Posts: 191
Send the appropriate info from the first site to the second using a simple HTTP POST. If you're sending sensitive data like credit card numbers, this should also be done on secure SSL pages.

Retrieve the data on the second site using simple request.form() statements....

Send result info back the first site... same as above.

This is basic stuff that can be found in most any intro to ASP books. Check out ASP101.com for several articles and techniques that can help you.

Tim
__________________
Tim
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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