users@jersey.java.net

[Jersey] Re: rest proxy

From: Tomaz Majerhold <tomaz.majerhold_at_arnes.si>
Date: Tue, 23 Dec 2014 13:10:11 +0100

Yes, maybe is Apache HTTPD best solution I just add in Apache conf:

ProxyPass /proxy-test http://kanjavec-test:4880/predalnik-api-server
ProxyPassReverse /proxy-test http://kanjavec-test:4880/predalnik-api-serve

Regards, Tomaz

Dne 22.12.2014 16:16, piše Tomaz Majerhold:
> Here is my scenario:
>
> I have one server in public network which accept REST and then
> redirect to servers in closed network retrieve JSON and build response
> for client in public network.
>
> Regards, Tomaz
>
>
> Dne 22.12.2014 11:57, piše Jakub Podlesak:
>> Hi Tomaz,
>>
>> Your question is quite generic. Not sure what is the purpose of the
>> proxy.
>> Probably the most widely used/best known would be the Apache HTTP
>> server.
>>
>> ~Jakub
>>
>>
>>> On 22 Dec 2014, at 09:58, Tomaz Majerhold <tomaz.majerhold_at_arnes.si>
>>> wrote:
>>>
>>> I'm wondering what we be the best solution for REST proxy(routing)
>>> server, which support
>>>
>>> GET
>>> POST
>>> PUT
>>> HEAD
>>> DELETE
>>>
>>>
>>> Regards, Tomaz
>>>
>>>
>>>