View Single Post
  #6 (permalink)  
Old 07-03-2009, 06:58 AM
ashish_clarion ashish_clarion is offline
Member
 
Posts: 12
Default

Now I got the problem,
the JSP code works fine but when I tried it with php its gives me

HTTP ERROR 400

Problem accessing /service/preauth/. Reason:

authentication failed for test@test.com

Powered by Jetty://


after some efforts I get to know that the problem is occurred because of timestamp.

When I am using JSP timestamp value with PHP than PreAuth works fine.

Please suggest some suitable way.....
Reply With Quote