Search:

Type: Posts; User: Orbit

Search: Search took 0.10 seconds.

  1. Replies
    10
    Views
    1,970

    [SOLVED] Re: sending password form post doesn't work

    Ahh, nvm, now its working. I tried again using HttpClient
  2. Replies
    10
    Views
    1,970

    [SOLVED] Re: sending password form post doesn't work

    Just some empty html code. I get the same results when just opening the url in a browser. Thats why I set instance follow redirects to true, so it redirects me to the page I want to access (the page...
  3. Replies
    10
    Views
    1,970

    [SOLVED] Re: sending password form post doesn't work

    So I changed the request properties a bit, now when setting instance follow redirects to false, response code is FOUND and content length is 20. When setting it to true, it prints out the html code...
  4. Replies
    10
    Views
    1,970

    [SOLVED] Re: sending password form post doesn't work

    Response code is 200 and response header:
    Keep-Alive: [timeout=5, max=100]
    null: [HTTP/1.1 200 OK]
    Server: [Apache/2.2.22 (Debian)]
    Access-Control-Allow-Origin:
    Connection: [Keep-Alive]...
  5. Replies
    10
    Views
    1,970

    [SOLVED] Re: sending password form post doesn't work

    When running that code it doesnt print anything, when opening the url of that code in a browser it doesnt show anything
  6. Replies
    10
    Views
    1,970

    [SOLVED] sending password form post doesn't work

    There is a website from which I want to access the data in my Java program. When opening the site in a browser, instead of the content I want to see, there is a text field for the password and a...
Results 1 to 6 of 6