Results 1 to 2 of 2

Thread: passing info from server to server

  1. #1
    Join Date
    May 2005
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default 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

  2. #2
    Join Date
    Aug 2004
    Location
    Brighton
    Posts
    1,563
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    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
    A retired member, drop me a line through my site if you'd like to find me!
    cr3ative media | read the stickies

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •