How to Get HTTPS Cookie?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • seawh411
    New Member
    • Jul 2008
    • 4

    How to Get HTTPS Cookie?

    I have a problem needed to get Https Cookie.
    Any Help?
  • Plater
    Recognized Expert Expert
    • Apr 2007
    • 7872

    #2
    You have more then just that as a problem.
    Please go read the posting guidelines and formulate a correct question with the correct amount of information. Then you can reply to this thread with a meaningful request.
    MODERATOR

    Comment

    • seawh411
      New Member
      • Jul 2008
      • 4

      #3
      How to Get HTTPS Cookie?

      I am having a problem with my cookies not loading on our secure page.
      The Case:
      I have a class used HttpWebRequest ,to get the Cookie I used the CookieContainer .Everything works fine except when I want to go to secure page.
      After the secure page,the Page adds a Cookie MemberID,If a set the MemberID.The MemberID is Invariable for a user.So I can set the Cookie as the
      the value.But it's impossible for all User.
      How can I get the Cookie Dynamic?Help me!!

      Comment

      • Plater
        Recognized Expert Expert
        • Apr 2007
        • 7872

        #4
        Threads Merged.
        Please don't double post, it is against the posting guidelines. When you have more to add to your question or updated information, reply to your original post.
        MODERATOR

        Now, if you are able to see the cookie for the secure connection, what's to stop you from adding it in code and maintaining everything?

        Comment

        • seawh411
          New Member
          • Jul 2008
          • 4

          #5
          How to get Https Cookie?

          I am having a problem with my cookies not loading on our secure page.
          The Case:
          I have a class used HttpWebRequest ,to get the Cookie I used the CookieContainer .Everything works fine except when I want to go to secure page.
          After the secure page,the Page adds a Cookie MemberID,If a set the MemberID.The MemberID is Invariable for a user.So I can set the Cookie as the
          the value.But it's impossible for all User.
          How can I get the Cookie Dynamic?Help me!!

          Comment

          • seawh411
            New Member
            • Jul 2008
            • 4

            #6
            How to get Https Cookie?

            I am having a problem with my cookies not loading on our secure page.
            The Case:
            I have a class used HttpWebRequest ,to get the Cookie I used the CookieContainer .Everything works fine except when I want to go to secure page.
            After the secure page,the Page adds a Cookie MemberID,If a set the MemberID.The MemberID is Invariable for a user.So I can set the Cookie as the
            the value.But it's impossible for all User.
            How can I get the Cookie Dynamic?Help me!!

            Comment

            • Curtis Rutland
              Recognized Expert Specialist
              • Apr 2008
              • 3264

              #7
              Threads merged again!

              You have been asked, now you are being told:
              Do not double/triple post your questions in this forum

              This is your last warning about this. If you continue breaking forum rules you risk being temporarily banned from this site.

              MODERATOR

              Comment

              • Plater
                Recognized Expert Expert
                • Apr 2007
                • 7872

                #8
                So you are taking the cookie from the HttpWebResponse and applying it to all future HttpWebRequests and it is still not working?

                Have you tried using a packet watcher to see what the difference is between sending the requests from your program versus sending them from withen a browser?

                Comment

                Working...