-
passing info from server to server
Hi gurus!
I have a tough one....
I am trying to pass a parameter (few characters) from one server to the other.
The parameter is created when browsing the first server. This parameter should be accessible while browsing a second server.
Obviously, cookie is not working since the browser does not let you read a cookie that was generated by other server.
Tried to use xml-rpc or Soup, but couldn't find a simple way to do it in JavaScript.
The code must be in JavaScript (at least when accessing the first server.)
Any idea how to implement it?
Help!
Thank you,
Coby
-
-
Could you not do this in php?
Set up a link so that the parameter is passed like so:
http://server2/index.php?param=here
And then use PHP to get the parameter from the URL.
Is this the kind of thing you are looking for?
cr3
-
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
Bookmarks