Re: cross domain error

2017-12-27 Thread Maxim Solodovnik
uest cannot load >>>>>>>> http://localhost:5080/openmeetings/services/user/login?user=gaoshusheng&pass=%24Admin123. >>>>>>>> No 'Access-Control-Allow-Origin' header is present on the requested >>>>>>>> resource. Origin 'http://loca

Re: cross domain error

2017-12-27 Thread Yue Chan
in 'http://localhost:9090' is therefore not allowed >>>>>>> access. >>>>>>> >>>>>>> >>>>>>> Best Regards, >>>>>>> James >>>>>>> >>>>>>> On 26 Dec 2017, at 10:36 AM, Maxi

Re: cross domain error

2017-12-27 Thread Maxim Solodovnik
te: >>>>>> >>>>>> Any additional error details? >>>>>> >>>>>> On Tue, Dec 26, 2017 at 8:38 AM, Yue Chan wrote: >>>>>> >>>>>>> Dear Maxim, >>>>>>> >>

Re: cross domain error

2017-12-27 Thread James Chan
t; things that I should do? >>>>> >>>>> Thanks and best regards, >>>>> >>>>> James. >>>>> >>>>> >>>>> >>>>> >>>>> On 23 Dec 2017 6:08 pm, "Maxim Solodovnik&qu

Re: cross domain error

2017-12-27 Thread Maxim Solodovnik
regards, >>>>>> >>>>>> James. >>>>>> >>>>>> >>>>>> >>>>>> >>>>>> On 23 Dec 2017 6:08 pm, "Maxim Solodovnik" >>>>>> wrote: >>>>&

Re: cross domain error

2017-12-27 Thread James Chan
> Best regards, >>>> >>>> James >>>> >>>> >>>> >>>>> On 20 Dec 2017, at 7:01 PM, Maxim Solodovnik >>>> <mailto:solomax...@gmail.com>> wrote: >>>>> >>>>> Hello Ja

Re: cross domain error

2017-12-26 Thread James Chan
>>>> >>>> On Sat, Dec 23, 2017, 17:06 James Chan >>> <mailto:yue.c...@gmail.com>> wrote: >>>> Hi Maxim, >>>> >>>> Thanks for the feedback. >>>> >>>> >>>> Best regards, >>>> >>>

Re: cross domain error

2017-12-26 Thread Maxim Solodovnik
t; WBR, Maxim >>>>> (from mobile, sorry for the typos) >>>>> >>>>> On Sat, Dec 23, 2017, 17:06 James Chan wrote: >>>>> >>>>>> Hi Maxim, >>>>>> >>>>>> Thanks for the feedback. >&

Re: cross domain error

2017-12-26 Thread James Chan
ax...@gmail.com>> wrote: >>>> >>>> Hello James, >>>> >>>> Please do not write personal emails (subscribe to user@ list >>>> http://openmeetings.apache.org/mail-lists.html >>>> <http://openmeetings.apache.org/mail-lists.html>) >>>&g

Re: cross domain error

2017-12-26 Thread Maxim Solodovnik
>>>>> Best regards, >>>>> >>>>> James >>>>> >>>>> >>>>> >>>>> On 20 Dec 2017, at 7:01 PM, Maxim Solodovnik >>>>> wrote: >>>>> >>>>> Hello James, >>>>> >>>

Re: cross domain error

2017-12-25 Thread Maxim Solodovnik
bscribe to user@ list >>>> http://openmeetings.apache.org/mail-lists.html) >>>> >>>> According to your question: you need to go to OM->Admin->Config >>>> and update "header.content.security.policy" configuration: >>>> http://openmeetings.apache.org/GeneralConf

Re: cross domain error

2017-12-25 Thread James Chan
//openmeetings.apache.org/GeneralConfiguration.html >>> <http://openmeetings.apache.org/GeneralConfiguration.html> >>> >>> >>> On Wed, Dec 20, 2017 at 9:11 AM, James Chan >> <mailto:yue.c...@gmail.com>> wrote: >>> Dear Maxim, >>> >>> I a

Re: cross domain error

2017-12-25 Thread Maxim Solodovnik
017 at 9:11 AM, James Chan wrote: >>> >>>> Dear Maxim, >>>> >>>> I am trying to write a simple application, which having the following >>>> code: >>>> >>>> Environment: >>>> >>>> openmeetings version

Re: cross domain error

2017-12-25 Thread James Chan
having the following code: >> >> Environment: >> >> openmeetings version 4.0.1 running on linux in another server. >> $.ajax({ >> method: "GET", >> url: 'http://192.168.128.38:5080/openmeetings/services/user/login >> <ht

Re: cross domain error

2017-12-25 Thread Maxim Solodovnik
openmeetings version 4.0.1 running on linux in another server. >>> >>> $.ajax({ >>> method: "GET", >>> url: 'http://192.168.128.38:5080/openmeetings/services/user/login', >>> data:{ >>> user:’TestAccount

Re: cross domain error

2017-12-25 Thread Yue Chan
s' >> }, >> dataType:'json', >> success:function (data) { >> alert('success'); >> }, >> error:function (d) { >> console.log(d); >> alert(d); >> } >> }); >&

Re: cross domain error

2017-12-23 Thread Maxim Solodovnik
gt; pass:’@TestingPass' >> }, >> dataType:'json', >> success:function (data) { >> alert('success'); >> }, >> error:function (d) { >> console.log(d); >> alert(d); >>

Re: cross domain error

2017-12-23 Thread James Chan
t; pass:’@TestingPass' > }, > dataType:'json', > success:function (data) { > alert('success'); > }, > error:function (d) { > console.log(d); > alert(d); > } > }); > However, it is having the

Re: cross domain error

2017-12-20 Thread Maxim Solodovnik
> alert('success'); > }, > error:function (d) { > console.log(d); > alert(d); > } > }); > > However, it is having the cross domain error. > > Could you please help to give me some pointers as I have been trying to > search