[Date Prev][Date Next][Thread Prev][Thread Next][Interchange by date
][Interchange by thread
]
Re[2]: [ic] How I can retrieve info from secure server?
Thank you Cory,
I understand your logic and fully agree with this. I already done with
points 1-4 from your suggestion. Problem is in my little knowledges in
Interchange - I can't find page with results of order in IC to insert
data from secure server. May be it is generated on the fly; from which
script in this case?
Sincerely, Alexei.
CT> I would suggest that you look at the design of this process (this is just
CT> how I would approach this) again and considering it not as a manner to
CT> maintain a session after doing 'work' on a remote, secure server. I would
CT> think of it as a transaction and transaction confirmation between two secure
CT> servers.
>>From a 'birds eye view' I would follow this logic :
CT> 1. gather information about user (the 'session')
CT> 2. prepare to initialize the secure transaction
CT> 2b. Save the 'transaction' with some details
CT> i. owner of transaction, a user
CT> ii. other stuff about the transaction you need to recover
CT> 3. use a secure form (action="https://...") to post the details to the
CT> remote secure server
CT> 4. have the secure server do whatever and submit the results back to you
CT> (aka, she user a secure form to post a transaction ID, some authentication
CT> you passed to her, and additional information such as state, return values,
CT> ect.) The page she targets uses your 'transaction' database (created in 2b)
CT> to load the values and apply the results of her transaction confirmation.
CT> If the confirmation indicates failure, you then have the ability to deal
CT> with that failure and prepare for an additional step (retransmission.)
CT> Again, this obvious doesn't contain any code and isn't a real solution --
CT> just an opinion about how to apply my favored model for this type of
CT> activity.
CT> -- Cory trese
CT> Hello,
CT> I have processing company that required to enter credit card info on
CT> her secure server. Anybody can give me a thing how I can retrieve all
CT> session data after processing of credit card on another server and
CT> return result page?
CT> Sincerely,
CT> Alexei V. Fedchenko
CT> Russian Books Ltd.
CT> http://www.russianbooks.cc
CT> info@russianbooks.cc
CT> +7(095) 926-4725
CT> 21, Varshavskoye shosse
CT> Moscow, Russia, 113105
CT> _______________________________________________
CT> interchange-users mailing list
CT> interchange-users@interchange.redhat.com
CT> http://interchange.redhat.com/mailman/listinfo/interchange-users
CT> _______________________________________________
CT> interchange-users mailing list
CT> interchange-users@interchange.redhat.com
CT> http://interchange.redhat.com/mailman/listinfo/interchange-users