Search:

Type: Posts; User: Sean4u

Search: Search took 0.07 seconds.

  1. Re: HttpURLConnection with POST data URLEncoder.encode not working i think

    You used OutputStream.write() with a String in your original code.
  2. Re: HttpURLConnection with POST data URLEncoder.encode not working i think

    D'oh! That command works just fine if I get the names of the form data right:

    sean@bulldozer:~$ curl -d user=chopficaro -d pass=omgtkkyb --trace - http://mw3dailymedia.com/twixtor/javagrab.php==...
  3. Re: HttpURLConnection with POST data URLEncoder.encode not working i think

    Are you sure your PHP is right? This also doesn't work:


    curl -s -v -d username=chopficaro -d password=omgtkkyb --trace - http://mw3dailymedia.com/twixtor/javagrab.php
  4. Re: HttpURLConnection with POST data URLEncoder.encode not working i think

    Print out the value of encodedData.
Results 1 to 4 of 4