Search:

Type: Posts; User: goodguy

Search: Search took 0.08 seconds.

  1. Re: Can't form a simple POST or GET http request. No data returns.

    I've just found the problem myself.
    It was the question mark in my request string.
    This request:


    String request = "post_var=1";
    will work as a charm
  2. Can't form a simple POST or GET http request. No data returns.

    Hi,
    I'm having problems forming an http request in java.
    Here's what I do:

    I've got a simple php (java.php) file on my apache server, here's it's code:


    <?php
    $post_var =...
Results 1 to 2 of 2