I have never had to do that to be honest, and we don't get cross-domain access errors for xmlHTTPRequests to the same domain as the original.
I wonder what version of IE is causing this error?
[
https://www.netcracker.com/assets/img/netcracker-social-final.png] ƕ
-----Original Message-----
From: WEB400 [mailto:web400-bounces@xxxxxxxxxxxx] On Behalf Of Greg Alston
Sent: 21 November 2016 21:51
To: Web Enabling the IBM i (AS/400 and iSeries) <web400@xxxxxxxxxxxx>
Subject: Re: [WEB400] Modernizing IBM i - The User Interface (Part 11)
In your HTTP server setup configuration on your IBM i add a cross origin directive between the <location></location> tags. The asterisk denotes any origin, or you can set to specific URL(s).
|
|
|
|
| 9 | <Location /> |
| 10 | order allow,deny |
| 11 | allow from all |
| 12 | |
| 13 | Header Always Set Access-Control-Allow-Origin * |
| 14 | |
| 15 | </Location> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
On Monday, November 21, 2016 5:42 PM, Nathan Andelin <nandelin@xxxxxxxxx> wrote:
The error message that I am trying to make a cross-domain request when the
file is in the same folder is getting really old.
Is this related to the article I posted?
By chance, are you trying to invoke an xmlHTTP request against an HTTP
server located on your PC as opposed to sending the request to HTTP server
hosted remotely?
--
This is the Web Enabling the IBM i (AS/400 and iSeries) (WEB400) mailing list
To post a message email: WEB400@xxxxxxxxxxxx
To subscribe, unsubscribe, or change list options,
visit:
http://lists.midrange.com/mailman/listinfo/web400
or email: WEB400-request@xxxxxxxxxxxx
Before posting, please take a moment to review the archives
at
http://archive.midrange.com/web400.
--
This is the Web Enabling the IBM i (AS/400 and iSeries) (WEB400) mailing list
To post a message email: WEB400@xxxxxxxxxxxx
To subscribe, unsubscribe, or change list options,
visit:
http://lists.midrange.com/mailman/listinfo/web400
or email: WEB400-request@xxxxxxxxxxxx
Before posting, please take a moment to review the archives
at
http://archive.midrange.com/web400.
________________________________
The information transmitted herein is intended only for the person or entity to which it is addressed and may contain confidential, proprietary and/or privileged material. Any review, retransmission, dissemination or other use of, or taking of any action in reliance upon, this information by persons or entities other than the intended recipient is prohibited. If you received this in error, please contact the sender and delete the material from any computer.
As an Amazon Associate we earn from qualifying purchases.