I'm looking for a method of passing form data through a double meta refresh and into the offer form on the other side.
Anyone have one?
Anyone have one?
sure, drop a cookie but make sure you pick it up before the 5 second rule
Ok, so I send traffic to domain'a' which contains an iframe of the form which is hosted on domain'b' after the 2x meta refresh, its back to domain'b' and off to prepop the offer.
Is that safe enough, or do I need a cross domain cookie?
Any writeups on this particular issue that you'd suggest?
Domain b can read only cookies written by domain b and
domain a can read only cookies written by domain a.
On this rule you have to place the right script on the right domain.
I understand that this method could be blocked by certain browser security settings but that can be worked around too.
Is this a reasonable way to go about things or could you suggest another?