in reply to Redirection and Post parameters in Perl
So you want tthe client to access Domain A by clicking on a link.
That link should give the client a new URL redirecting him to Domain B.
Additionally Domain B should get some information generated on Domain A, but the client should be unable to see that information?
Question: Is it important that the client can't see the content of that information or is it important that he can't see that information is passed at all?
I think the only way to achieve this is by a connection between Domain A and B:
I think this is the way most adservers work.
But: Is this a perl question?
|
|---|