Return-Path: X-Original-To: apmail-flex-users-archive@www.apache.org Delivered-To: apmail-flex-users-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id BD43219AA9 for ; Wed, 9 Mar 2016 11:41:39 +0000 (UTC) Received: (qmail 40745 invoked by uid 500); 9 Mar 2016 11:41:34 -0000 Delivered-To: apmail-flex-users-archive@flex.apache.org Received: (qmail 40712 invoked by uid 500); 9 Mar 2016 11:41:34 -0000 Mailing-List: contact users-help@flex.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@flex.apache.org Delivered-To: mailing list users@flex.apache.org Received: (qmail 40701 invoked by uid 99); 9 Mar 2016 11:41:34 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd2-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 09 Mar 2016 11:41:34 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd2-us-west.apache.org (ASF Mail Server at spamd2-us-west.apache.org) with ESMTP id E19C01A0C99 for ; Wed, 9 Mar 2016 11:41:33 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd2-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 3.486 X-Spam-Level: *** X-Spam-Status: No, score=3.486 tagged_above=-999 required=6.31 tests=[DKIM_ADSP_CUSTOM_MED=0.001, NML_ADSP_CUSTOM_MED=1.2, RCVD_IN_DNSWL_NONE=-0.0001, SPF_SOFTFAIL=0.972, URI_HEX=1.313] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd2-us-west.apache.org [10.40.0.9]) (amavisd-new, port 10024) with ESMTP id tKaUGcucQXS9 for ; Wed, 9 Mar 2016 11:41:32 +0000 (UTC) Received: from mwork.nabble.com (mwork.nabble.com [162.253.133.43]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with ESMTP id F080F5FAEA for ; Wed, 9 Mar 2016 11:41:31 +0000 (UTC) Received: from mjoe.nabble.com (unknown [162.253.133.57]) by mwork.nabble.com (Postfix) with ESMTP id 6B3CF1B2B44DB for ; Wed, 9 Mar 2016 03:31:16 -0800 (PST) Date: Wed, 9 Mar 2016 03:13:39 -0800 (PST) From: santanu4ver To: users@flex.apache.org Message-ID: <1457522019149-12157.post@n4.nabble.com> In-Reply-To: References: <1456823818650-12094.post@n4.nabble.com> <1457334387673-12137.post@n4.nabble.com> <1457415515710-12139.post@n4.nabble.com> <1457419492123-12142.post@n4.nabble.com> <1457437328903-12146.post@n4.nabble.com> Subject: Re: FlexJS HTTPService for XML parsing MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit > Cross-Origin Request Blocked: The Same Origin Policy disallows reading the > remote resource at > http://www.gadhavitechnologies.com/project/Flex/testData.json. (Reason: > CORS header 'Access-Control-Allow-Origin' missing). I replaced the remote source call by relative to project source call and uploaded complete 'js-debug' to a remote location. I found accessing HTTPService.json is working cross-browsers, cross-platforms. I therefore run same 'js-debug/index.html' which has relative source call only as file:// URLs way. I found accessing HTTPService.json is again failing to some of the browsers: - Accessible in: Safari, Firefox (OSX), Firefox (Windows) - Not Accessible in: Chrome, IE (Windows) Since HTTPService call is still working partly to specific browsers, uploading source to a remote location everytime to test may not be an intuitive process. Also, how we determine if such Cross-origin request block occur - does HTTPService.complete event reports that by some specific property? Thanks! -- View this message in context: http://apache-flex-users.2333346.n4.nabble.com/FlexJS-HTTPService-for-XML-parsing-tp12094p12157.html Sent from the Apache Flex Users mailing list archive at Nabble.com.