Hi everybody, I'm writing a module (MyModule_mod.c) wich has an *HTTP request* as input . I want to add an information to the request (an integer) and redirect it to an *external *server ...Did you know any method for doing this?
* HTTP request*----->MyModule_mod.so (add an information into the request)---->*New HTTP request*----->External Server Thank you very much! -- Karim