Re: [xwiki-users] Creating a seperate login page in a space that is not blocked (ie XWiki)

2016-03-02 Thread Marius Dumitru Florea
On Wed, Feb 10, 2016 at 1:44 PM, Jan-Paul Kleijn wrote: > Hi, > Thanks for helping. My precise problem is that it is not possible to load > the page XWiki.XWikiLogin with the use of XMLHttpRequest in javascript. I > have tested this when logged in and when not logged in. > >

Re: [xwiki-users] Creating a seperate login page in a space that is not blocked (ie XWiki)

2016-02-10 Thread Eduard Moraru
Hi, On Mon, Feb 1, 2016 at 12:36 PM, Jan-Paul Kleijn wrote: > Hi there, > The login page of XWiki is situated in the XWiki space. From this space it > is not possible to load pages with a XMLHttpRequest in javascript. Please be more precise on your original problem. What have

Re: [xwiki-users] Creating a seperate login page in a space that is not blocked (ie XWiki)

2016-02-10 Thread Jan-Paul Kleijn
Hi, Thanks for helping. My precise problem is that it is not possible to load the page XWiki.XWikiLogin with the use of XMLHttpRequest in javascript. I have tested this when logged in and when not logged in. This is the example code (from W3Schools.com, a little bit compressed): {{velocity}}

[xwiki-users] Creating a seperate login page in a space that is not blocked (ie XWiki)

2016-02-01 Thread Jan-Paul Kleijn
Hi there, The login page of XWiki is situated in the XWiki space. From this space it is not possible to load pages with a XMLHttpRequest in javascript. I want to work around this by creating a seperate login page with exactly the same content as the current XWiki login page. I would like to