[rt-users] How to use custom field with "Include page"
Thomas Sibley
trs at bestpractical.com
Fri Apr 26 14:56:15 EDT 2013
On 04/26/2013 10:43 AM, Guadagnino Cristiano wrote:
> Kevin,
> thank you for your reply.
>
> The fact is that the DokuWiki page ARE on the same domain as the RT pages.
>
> Actually, they are two virtual domains on the same apache server:
>
> rtbkd.fake.it
> dokuwiki.fake.it
While those share a common domain component, they are not the same
domain. Same domain means *exactly* the same.
You will need to setup CORS [1] on the docuwiki domain so that your
browser knows it is safe to let rtbkd make the cross-domain request.
[1] Cross-origin resource sharing:
http://en.wikipedia.org/wiki/Cross-origin_resource_sharing
More information about the rt-users
mailing list