Search:

Type: Posts; User: lost

Search: Search took 0.23 seconds.

  1. Replies
    3
    Views
    3,129

    Re: Problem sending POST request with Java..

    As in the UUID isnt getting sent over the url for instance it should be like:

    http://myurl.net/index.php?nmb=<UUID HERE>

    but instead its just not being sent, I use $UID = $_GET['nmb']; to grab...
  2. Replies
    3
    Views
    3,129

    Problem sending POST request with Java..

    Hey there, for some reason my post request meaning to be: http://myurl.net/index.php?nmb=random_chars_etc wont work, here's my code:


    import java.util.UUID;
    import java.io.BufferedReader;...
Results 1 to 2 of 2