andylin810 opened a new issue #141:
URL: https://github.com/apache/openmeetings/issues/141


   Hi, I am using OpenMeetings 5.0.1, when I tried making GET request to test 
the REST API, the login request always goes through and get a success response 
back with the sid (GET 
https://xxx.xxx.xxx.x/openmeetings/services/user/login?user=xx&pass=xx) , but 
when I tried make other request such as generating hash or a simple 'get' for 
listing all users (GET 
https://xxx.xxx.xxx.x/openmeetings/services/user?sid=xxxxxxxxx) an HTTP 500 
error is returned on the browser. Inside the OpenMeetings log, when the error 
happens, the log shows a bunch of notallowed errors like this:
   
   `CalendarWebService has thrown exception, unwinding now, interceptor.Fault: 
error.notallowed`
   ....
   `caused by error.ServiceException: error.notallowed`
   
   I also tried the same thing with a previous working application that is 
using an older version of OpenMeetings(4.x.x), both requests work, and I 
receive responses for both requests.
   
   My OpenMeetings server has a restrictive network which blocks all ports 
besides port 443.
   Is there a place for setting up the REST API configurations that I should be 
checking?
   
   Any help is appreciated, thanks.
   
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to