I am developing an online retauil site and want to send payment
details using SSL. I have an SSL certificater and I believe I have it
successfully installed on my server.

I have javascript functions to send and recieve every web action in my
isapi application. If I send the payment details using https I get a
Firefox error message as follows :-

Security Error: Content at http://www.mydomain.com/# may not load data
from
https://www.mydomain.com/video/video.dll/pay?vid=1&cardholdername=Mark%20Horxxxxxs&cardnumber=4444333322221111&cardexpirymonth=01&cardexpiryyear=12&transactionnumber=54778315&invoicereference=54778315&amount=1000&currency=AUD&cardholderfirstname=Mark&cardholderlastname=Hoxxxxxs&cardholderemailaddress=markhxxxxxs%40yahoo.com&cardholderpostcode=0810&cardholderaddress=10%20Gaden%20Circuit%0AJingili%20NT&shippingaddress1=10%20Gaden%20Circuit&shippingaddress2=none&shippingcity=Jingili%20NT&shippingpostcode=0810&shippingcountry=Australia&phone=0450287091.

The payment form is in a div inside the default page. Do I need to
send an http request and get a whole page back? I would have thought
the Prototype toolkit did support SSL.

Mark Horrocks
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Spinoffs" group.
To post to this group, send email to rubyonrails-spinoffs@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-spinoffs?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to