hi..
i made an http client in java, it's able to send a GET or POST request..
my problem is.. when i send a POST request, i'm not able to get the request's body under CF. The body does not contains formfields or things like that.. just some XML data.
when i dump cgi vars, CGI.CONTENT_LENGTH is the correct length of the request's body, but i can't find any variable containing the body itself.
is there any built-in variable that contains the request made to the server ?
any idea ?
thx for help
i made an http client in java, it's able to send a GET or POST request..
my problem is.. when i send a POST request, i'm not able to get the request's body under CF. The body does not contains formfields or things like that.. just some XML data.
when i dump cgi vars, CGI.CONTENT_LENGTH is the correct length of the request's body, but i can't find any variable containing the body itself.
is there any built-in variable that contains the request made to the server ?
any idea ?
thx for help