users@jersey.java.net

[Jersey] Re: Authenication problem

From: Martin Matula <martin.matula_at_oracle.com>
Date: Tue, 06 Sep 2011 12:21:36 +0200

Looks like you need to use HTTPS to make your request (the service
indicates it requires SSL).
Martin

On 6.9.2011 9:29, Syuzi Arakelyan wrote:
> hi :)
> I have a problem regarding to authenication of my application.
>
> Here are my issues.
>
> 1. Consumer key is anonymous and consumer secret is not available.
> 2. Any Post reqest to API return 403 error . Here is error message
> {"message": "SSL is required for POST / PUT / DELETE requests",
> "code": 403, "error": true}
>
>
> I would like to know reasons of these problems.
>
> Bests.