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:
- Client access A
- A generates Information and a unique key and sends this to B
- B stores this information
- A redirects the cient to a URL on B. The URL contains this unique key
- B recognises the unique key and retrieves the stored information
I think this is the way most adservers work.
But: Is this a perl question?
s$$([},&%#}/&/]+}%&{})*;#$&&s&&$^X.($'^"%]=\&(|?*{%
+.+=%;.#_}\&"^"-+%*).}%:##%}={~=~:.")&e&&s""`$''`"e
Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
Read Where should I post X? if you're not absolutely sure you're posting in the right place.
Please read these before you post! —
Posts may use any of the Perl Monks Approved HTML tags:
- a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
| |
For: |
|
Use: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.