I wonder if the following happened to someone else ...
Suppose we have domain A and B;
A -> homesite.com
B -> embebedsite.com
If from A, I insert several iframes to B, the PHP service stops with error 104: Connection reset by peer.
However when we do the same, but in the html code of A we indicate a different "id" to each iframe, then the service works.
What could be happening? Could it be a case of iFrame Injection? Would a solution be possible without the need to add "id" in the iframes of A?
Thank you!