HttpsURLConnection - quick question

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Brant

    HttpsURLConnection - quick question

    Hi,

    I was curious to know how to properly use the HttpsURLConnect ion API to make
    a connection into a secure (SSL) web site and be able to pass in post
    variables to log-in to my account. Also, is it possible that once after
    making the logged-in connection to do another post-action to a form on a
    page that is in a username/password secured website? For example, I want to
    make a URL connection to a page by logging-in, and then using that same
    connection object, navigate to do another post action on a page that would
    otherwise only be accessible if I was only logged into the web site...'tis
    possible?

    Thanks,
    Mr. B


Working...