Hi all,
i have the following use case.
I need an http/s Server that can do the following.
Parse GET Request from the client -> call an internal module that do something (that have an response) -> use the response and modifie the GET REQUEST -> than call an other webserver that should handle the request -> output the response to the client.
regards
gigo