Hi Mickael, On May 26, 2009, at 9:39 AM, Mickael Auger wrote: > do you have a function to get raw data (without header) to print > directly ? take a look at the request_get_*() functions family, perhaps something like the following could suit your need: io_printf(out, "%s - %s", request_get_uri(request), request_get_query_string(request)); ciao, t.