Hi All,

How to set a Set Handler for proxy request

So what I want is when a client sends a request to Apache HTTP Server it
should pass to back end server and then when a response comes to Apache
HTTP Server, it should be modified using set handler in the server and send
a response back to relevant client.


my sample configuration file is  here :
https://gist.github.com/GPrathap/20d2ab2a62e7bf0198cd#file-test-con
<https://gist.github.com/GPrathap/20d2ab2a62e7bf0198cd#file-test-conf>f

Thanks,

Geesara Prathap Kulathunga,
Software Engineering Intern,
University of Peradeniya.
[email protected] <Email:[email protected]>
+940772684174


On Tue, Jan 6, 2015 at 3:43 PM, Geesara Prathap <[email protected]> wrote:

> Hi,
>
> There is a Node server which acts as a hub  among devices,clients  and
> WSO2 API Manager.
>
> As of now the Client is able to,
>
>    1. sign up
>    2. login
>    3. add  applications
>    4. subscribe to applications
>    5. get the access token from API Manager
>
>  through Node server.
>
> When adding an application, client is able to configure how devices are
> arranged and that configuration file should be sent to the node server with
> a client request. Then Node server reads that file and generates a REST API
> with respect to the relevant client.
>
>
>
> I did the first part of this implementation. Now a client can do all those
> operations which were  mentioned above except REST API generation part.
> Here is the code repository[1]  what I did so far.
>
> [1] https://github.com/GPrathap/wso2nodeserver
>
>
>
> Thanks
>
>
>
>
>
>
>
> Geesara Prathap Kulathunga
> Software Engineer Intern
> University of Peradeniya
> [email protected] <Email:[email protected]>
> +940772684174
>
>
_______________________________________________
Dev mailing list
[email protected]
http://wso2.org/cgi-bin/mailman/listinfo/dev

Reply via email to