heres the problem explanation:

Im on the domain https://www.example.com - theres an Order-Form with the Action https://www.example-otherdomain.com with an other SSL Certificate.

On some conditions i set the form action to https://www.example.com so that it will be posted on our domain, but if the user uses a CreditCart it should get posted to https://www.example-otherdomain.com.

So far so good.

But in some rare conditions, users with CreditCards still posts their form to https://www.example.com.

So my idea is: Is there some Same-Domain-Policy for Javascript/HTTPS to protect the user from phishing? It seems that to set the FormAction to the same domain works, but not to reset it to the external one (with JS).

I cant reproduce this error, so im asking here if someone knows if theres such a problem. It doesnt matter which UserAgent the user has (there are post datas from FF, Chrome, Webkit, IE7/8)

Thx!

link|improve this question

You probably have a bug in your Javascript. – SLaks Apr 9 '10 at 14:42
There are no errors, no warnings. Im setting the action attribute of form with jquery $('#form').attr('action', 'example.com'); so i think its compatible to all the browsers (and my debug messages shows me that every browser sets the attribute correctly - but some users in rare cases have bugs) – Beerweasle Apr 9 '10 at 14:54
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.