Page 1 of 1

ERROR 302

PostPosted:Mon Sep 23, 2019 6:33 pm
by Cristina890
Hi,

I'm trying to call Rest API to get information from a folder, but get error 302.
Already checked the access of my users and all are correct. Could you help me?


URL: http://localhost:8080/OpenKM/services/r ... fldId=uuid

Re: ERROR 302

PostPosted:Wed Sep 25, 2019 8:27 pm
by jllort
Error 303 happens when there's a redirect, for example from http to https what rest is not able to follow. Is quite strange you get this error from localhost:8080

From version 6.3.7 you have and in this URL http://localhost:8080/services at the bottom you can check webservices with swagger. I have checked and it works ( b29a92b9-b427-4009-9ad2-65b90296b86c is a folder UUID ):
http://localhost:8080/OpenKM/services/r ... b90296b86c
curl -X GET "http://localhost:8080/OpenKM/services/r ... b90296b86c" -H "accept: application/xml"