I am creating a small widget and I want to allow others to use it. The iframe
is loaded via HTTP - but I want to allow users to login via HTTPS. i.e. Send a request for login via SSL.
Is this allowed within the same-origin policy? i.e. The scenario is that a user can integrate my JavaScript to their website, the widget opens and I want to allow them to login via HTTPS?