GET data from website

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

    GET data from website

    Hi All,

    I want to GET data from a website. The problem is I need to enter my username and password to login in on one page. Then I can go to other pages to access data. Using perl (from a command prompt), I can GET the HTML, but the server thinks I'm a 'guest' so I get incomplete data. How can I log in to one url and then GET data from another url within the same server?

    Please help me some one

    BP
  • adarshtp
    New Member
    • Mar 2007
    • 12

    #2
    Hi Dude,


    Just pass the parameters as

    http://www.somesite.co m?username=test &password=xy z

    try it out....

    :)

    Comment

    Working...