webapp

  1. M

    Interact with javascript in iframe

    I've got a case where an angularjs app uses an iframe for recaptchav2. The iframe uses a javascript function to send the recaptcha result to the parent window using postMessage. Then the angularjs app uses the token internally and adds it to the request it makes to the server. How can I call...