Announcement

Collapse
No announcement yet.

Postcode Lookup - Non Secure under https

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Postcode Lookup - Non Secure under https

    I have been trying to track down a non secure item on the checkouk and i came across the postcode anywere script.

    on V9 the script uses https on v10 its using http
    V9Script
    Code:
    <SCRIPT LANGUAGE=JAVASCRIPT SRC="https://services.postcodeanywhere.co.uk/popups/javascript.aspx?account_code=<actinic:variable name="ALPAccountCode" />&license_key=<actinic:variable name="ALPInvoiceLookupLicense"/>"></SCRIPT>
    V10 script
    Code:
    <SCRIPT LANGUAGE=JAVASCRIPT SRC="http://services.postcodeanywhere.co.uk/popups/javascript.aspx?account_code=<actinic:variable name="ALPAccountCode" />&license_key=<actinic:variable name="ALPDeliveryLookupLicense"/>"></SCRIPT>
    having changed this script to be https all seems to be working fine now, can Actinic confirm if this is a bug or a fail from the upgrade?

    Cheers
    Darren

    #2
    Hi Darren

    I had a look at this code in v9 and v10 and in both, it says 'http' . Do you see this in a default v9 site as well, or a particular site alone?

    Regards
    Krithika Chandrasekar
    SellerDeck

    sigpic

    E-commerce software by SellerDeck

    Comment


      #3
      Your right

      Having looked at a default V9 site it does not have the https either, i guess i must have changed this at sometime because of the same problem in v9

      So if you use http then your get unsecured items when using SSL on checkout. I changed the code to https and all is now fine

      Cheers
      Darren

      Comment

      Working...
      X