I have an angular application which renders an iframe and at a certain point in time, a POST request will be initiated inside this iframe automatically. Is it possible to detect when this POST request was initiated or even detect the successful or unsuccessful completion of the POST request?
Asked
Active
Viewed 195 times
0
-
Please provide enough code so others can better understand or reproduce the problem. – Community Aug 08 '22 at 12:54
-
See: https://stackoverflow.com/questions/9153445/how-to-communicate-between-iframe-and-the-parent-site – Brandon Taylor Aug 08 '22 at 15:42