Ich benutze reCapcha auf meinem lokalen Testserver. Alles funktioniert gut, aber ich habe Fehler:Blockierter Frame in reCapcha
Blocked a frame with origin "https://www.google.com" from accessing a frame with origin "http://127.0.0.1:8000". The frame requesting access has a protocol of "https", the frame being accessed has a protocol of "http". Protocols must match.
Und
Blocked a frame with origin "https://www.google.com" from accessing a frame with origin "http://127.0.0.1:8000". The frame requesting access has a protocol of "about", the frame being accessed has a protocol of "http". Protocols must match.
in html:
...
<script src='https://www.google.com/recaptcha/api.js'></script>
</head>
...
<div class="g-recaptcha" data-sitekey="..."></div>
Wie zu beheben, dass eine Fehlermeldung?
Danke!
Senden und rendern Sie Ihr Formular über Ajax? Ich habe auch diese Fehler. :( – andser
@andser kein Ajax – tim