Results 1 to 4 of 4

Thread: Pass parameters from one web site to another without login

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Jan 2002
    Posts
    320

    Pass parameters from one web site to another without login

    I need to pass username from one intranet website to another.
    User logs into one website, if a clicks a link, it should take him to another website, seamlessly i.e. without logging in again.
    both websites would be on the same domain.
    I do not want to use querystring. Please suggest what would be a good option?

    Thanks

  2. #2
    King of sapila
    Join Date
    Oct 2006
    Location
    Greece
    Posts
    6,605

    Re: Pass parameters from one web site to another without login

    If you don't want to use querystring then maybe do a "post"
    ἄνδρα μοι ἔννεπε, μοῦσα, πολύτροπον, ὃς μάλα πολλὰ
    πλάγχθη, ἐπεὶ Τροίης ἱερὸν πτολίεθρον ἔπερσεν·

  3. #3

    Thread Starter
    Hyperactive Member
    Join Date
    Jan 2002
    Posts
    320

    Re: Pass parameters from one web site to another without login

    I'm looking at this example using POST method in C# though-
    http://dashasalo.com/2009/05/23/http-post-in-asp-net/

    I haven't tried it yet though, but trying to understand how it works.
    Where in here are we specifying the url where we are sending or receiving the params?

  4. #4
    King of sapila
    Join Date
    Oct 2006
    Location
    Greece
    Posts
    6,605

    Re: Pass parameters from one web site to another without login

    WebRequest.Create(URI)
    ἄνδρα μοι ἔννεπε, μοῦσα, πολύτροπον, ὃς μάλα πολλὰ
    πλάγχθη, ἐπεὶ Τροίης ἱερὸν πτολίεθρον ἔπερσεν·

Posting Permissions

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



Click Here to Expand Forum to Full Width