you have to escape your password using JS escape function or urlescape written in any pther language
On Wed, Jul 26, 2017 at 1:53 PM, Jacob Ouanounou <[email protected]> wrote: > Hi Maxim, > > I have found in the log file (in file : 0.0.0.0_access..2017-07-25.log) the > lines corresponding to my trials to connect. > > The request I did (URL) is reproduced without the special characters in the > password. It seems logical, since GET mode alters the special characters. > The problem I have now is that OM does not allow passwords without special > characters. How can I remove this constraint ? > > Thanx > > > Le 25/07/2017 à 17:58, Maxim Solodovnik a écrit : > > You can search it on your server :) > it should be located in "log" folder under the folder you have unpacked > openmeetings > > On Tue, Jul 25, 2017 at 7:11 PM, Jacob Ouanounou <[email protected]> wrote: >> >> In which directory is this file ? >> >> >> Le 25/07/2017 à 13:57, Maxim Solodovnik a écrit : >> >> is there anything suspicious in openmeetings.log file? >> >> On Tue, Jul 25, 2017 at 6:54 PM, Jacob Ouanounou <[email protected]> wrote: >>> >>> When I enter this directly on the browser, using the correct user and >>> pwd, I get this >>> >>> {"serviceResult":{"code":-1,"message":"Login failed","type":"ERROR"}} >>> >>> >>> Le 25/07/2017 à 13:47, Maxim Solodovnik a écrit : >>> >>> to login and get SID you can just type in your browser: >>> >>> http://35.157.227.184:5080/openmeetings/services/user/login?user=XXX&pass=XXX >>> >>> Here is the link to PHP API (seems to work, just have tested with Moodle) >>> https://github.com/openmeetings/openmeetings-api-plugin >>> >>> Here is the link to Java Unit tests we are using in nightly builds >>> >>> https://github.com/apache/openmeetings/tree/3.3.x/openmeetings-web/src/test/java/org/apache/openmeetings/test/webservice >>> >>> How are you planning to use the API? >>> >>> On Tue, Jul 25, 2017 at 6:40 PM, Jacob Ouanounou <[email protected]> wrote: >>>> >>>> Can you please send me your code, si that I could see a code that works >>>> and get inspired ... >>>> >>>> >>>> Le 25/07/2017 à 13:33, Maxim Solodovnik a écrit : >>>> >>>> just have tested on demo server, works as expected >>>> how are you using the service? >>>> >>>> On Tue, Jul 25, 2017 at 6:28 PM, Jacob Ouanounou <[email protected]> wrote: >>>>> >>>>> I have followed the first example, and I get this error : >>>>> (services/user/login) >>>>> >>>>> No 'Access-Control-Allow-Origin' header is present on the requested >>>>> resource. Origin 'null' is therefore not allowed access. >>>>> >>>>> >>>>> >>>>> Le 25/07/2017 à 12:24, Maxim Solodovnik a écrit : >>>>> >>>>> Yes, API was changed >>>>> please check the example >>>>> I believe it is cleaner now :) >>>>> >>>>> On Tue, Jul 25, 2017 at 5:22 PM, Jacob Ouanounou <[email protected]> >>>>> wrote: >>>>>> >>>>>> In a previous version, I started by using this link to do a session >>>>>> request : >>>>>> >>>>>> http://<Server-IP>:5080/openmeetings/services/UserService/getSession >>>>>> >>>>>> to initiate the connection process >>>>>> >>>>>> Now I get this answer : >>>>>> >>>>>> >>>>>> <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"> >>>>>> <soap:Body> >>>>>> <soap:Fault> >>>>>> <faultcode>soap:Server</faultcode> >>>>>> <faultstring> >>>>>> No binding operation info while invoking unknown method with params >>>>>> unknown. >>>>>> </faultstring> >>>>>> </soap:Fault> >>>>>> </soap:Body> >>>>>> </soap:Envelope> >>>>>> >>>>>> >>>>>> >>>>>> Le 25/07/2017 à 11:59, Maxim Solodovnik a écrit : >>>>>> >>>>>> It is definitely possible :) >>>>>> Here is sample: http://openmeetings.apache.org/RestAPISample.html >>>>>> Here is the link to the API javadoc: >>>>>> http://openmeetings.apache.org/openmeetings-webservice/apidocs/index.html >>>>>> >>>>>> On Tue, Jul 25, 2017 at 4:57 PM, Jacob Ouanounou <[email protected]> >>>>>> wrote: >>>>>>> >>>>>>> Hi, >>>>>>> >>>>>>> It seems that it is not possible anymore to connect to OM server >>>>>>> using REST. Is it ? >>>>>>> >>>>>>> Thank you >>>>>>> >>>>>>> >>>>>>> Le 24/07/2017 à 18:00, Maxim Solodovnik a écrit : >>>>>>> >>>>>>> Thanks :) >>>>>>> Will try to create custom CSS, might take some time :( >>>>>>> Will report back here >>>>>>> please ping me in case I'll be too silent >>>>>>> >>>>>>> On Mon, Jul 24, 2017 at 10:58 PM, Jacob Ouanounou <[email protected]> >>>>>>> wrote: >>>>>>>> >>>>>>>> Hi Maxim, >>>>>>>> >>>>>>>> I am using OM 5.3.3.0 >>>>>>>> >>>>>>>> Resolution 1280 x 800 >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> Le 24/07/2017 à 14:07, Maxim Solodovnik a écrit : >>>>>>>> >>>>>>>> Hello Jacob, >>>>>>>> >>>>>>>> sure it is possible :) >>>>>>>> what screen resolution do you have? what version of OM are you >>>>>>>> using? >>>>>>>> >>>>>>>> >>>>>>>> On Mon, Jul 24, 2017 at 7:03 PM, Jacob Ouanounou <[email protected]> >>>>>>>> wrote: >>>>>>>>> >>>>>>>>> Hi >>>>>>>>> >>>>>>>>> In the meeting rooms, there is on the left side of the screen a >>>>>>>>> large pane, displaying the list of users and the files. In my screen, >>>>>>>>> it >>>>>>>>> appears very large (I have a Mac). Is it possible either : to hide >>>>>>>>> /show it, >>>>>>>>> or iconize it, or to define smaller fonts ? >>>>>>>>> >>>>>>>>> Thank you >>>>>>>>> >>>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> -- >>>>>>>> WBR >>>>>>>> Maxim aka solomax >>>>>>>> >>>>>>>> >>>>>>> >>>>>>> >>>>>>> >>>>>>> -- >>>>>>> WBR >>>>>>> Maxim aka solomax >>>>>>> >>>>>>> >>>>>> >>>>>> >>>>>> >>>>>> -- >>>>>> WBR >>>>>> Maxim aka solomax >>>>>> >>>>>> >>>>> >>>>> >>>>> >>>>> -- >>>>> WBR >>>>> Maxim aka solomax >>>>> >>>>> >>>> >>>> >>>> >>>> -- >>>> WBR >>>> Maxim aka solomax >>>> >>>> >>> >>> >>> >>> -- >>> WBR >>> Maxim aka solomax >>> >>> >> >> >> >> -- >> WBR >> Maxim aka solomax >> >> > > > > -- > WBR > Maxim aka solomax > > -- WBR Maxim aka solomax
