Posted by Adrienne Boswell on 02/04/06 10:01
Gazing into my crystal ball I observed cwsullivan@ucdavis.edu writing in
news:1138942550.379715.153860@z14g2000cwz.googlegroups.com:
> I'm curious if there is a simple URL that I could link them to instead,
> something along the lines of:
>
> https://www.paybill.com/Common/PaymentMain.asp?ID=enterIDhere
>
> that would prompt the paybill website to load up their account
> directly. I can't quit figure out a way to do this myself. I was
> curious if you have any suggestions. Thanks.
>
As others have said, beware of sending data through a querystring, even
to a secure server.
You could contact Paybill and see if they have an SDK available. You
might be able to post the entire bit to them, eg.
<form method="post" action="https://www.paybill.com/script.asp"> where
script is the name of the script that would process the information.
--
Adrienne Boswell
http://www.cavalcade-of-coding.info
Please respond to the group so others can share
[Back to original message]
|