I have an iframe inside my webpage. the iframe's URL is very very long since it passes many parameters (let's forget for now that it should be shorter and more elegant).
Inside that iframe I have a simple link like this:
<a target="_blank" href="http://www.internal.somegenericlink.com?p=1&d=2">link</a>
When I click the link - sometimes I do not see the new link (I get a 413 error) - and after I refresh the new page (with the new link) it does work.
this is an odd case and my question is:
Is it possible that I can not see the new page because the iframe's URL is too long?
I am trying to figure out whether the problem is on my side (url too long?!) or is this a problem with the new link that does not concern me?