2009/3/16 Arturo 'Buanzo' Busleiman <bua...@buanzo.com.ar>: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA512 > > Hi! From within my module, I'd like to make an HTTP request from another HTTP > server, get something > from it, and use the returned information. What's the best way to do this?
You can use sub-requests. See ap_sub_req_method_uri and ap_run_sub_req.