login without post statement

Discussion in 'Programming' started by ntesla123, Apr 5, 2011.

  1. #1
    I have tried to use http headers when I log into a certain website to see which variables are sent. But there isn't any post statement on live httpheaders.

    I only see a HTTP/1.1 401 Authorization Required
    when the login appears.

    How can I find out which variables are sent?

    Is it possible to make a login box on a website that logs in without using a post statement?
     
    ntesla123, Apr 5, 2011 IP
  2. CI-Andrew

    CI-Andrew Peon

    Messages:
    48
    Likes Received:
    0
    Best Answers:
    1
    Trophy Points:
    0
    #2
    I suppose you could use jquery to do it in the background. Why do you want to do it without a normal form post though?
     
    CI-Andrew, Apr 5, 2011 IP