LWP - Sending Existing Cookie

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • bijeesh
    New Member
    • Apr 2007
    • 3

    LWP - Sending Existing Cookie

    Hi all

    I have a scenario where i want to send the cookie with http request,please help me how to do this.

    here is my correct requirement
    -------------------------------------------

    I want to send http request and get the response,
    Using my script i am able to send the request but the response is not from the corresponding page,response is coming from the login page,

    so i need to send the request with existing cookie so that it will not ask for login
    info.

    please help me, it is urgent

    Thanks in Advance
    bijeesh
    Last edited by bijeesh; Apr 20 '07, 08:19 AM. Reason: mistake
  • KevinADC
    Recognized Expert Specialist
    • Jan 2007
    • 4092

    #2
    LWP::UserAgent

    Comment

    • bijeesh
      New Member
      • Apr 2007
      • 3

      #3
      Originally posted by KevinADC
      Please give me the sample code which semd request t owebserver and get the response

      Thanks
      Bp

      Comment

      • KevinADC
        Recognized Expert Specialist
        • Jan 2007
        • 4092

        #4
        cpan LWPCook

        Comment

        Working...