users@jersey.java.net

[Jersey] Re: rest proxy

From: Tomaz Majerhold <tomaz.majerhold_at_arnes.si>
Date: Mon, 22 Dec 2014 16:16:02 +0100

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
>>
>>
>>