users@jersey.java.net

[Jersey] Authenication problem

From: Syuzi Arakelyan <xach.n.s.m_at_gmail.com>
Date: Tue, 6 Sep 2011 12:29:54 +0500

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.