Return-Path: X-Original-To: apmail-flex-issues-archive@minotaur.apache.org Delivered-To: apmail-flex-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 16ADD106F8 for ; Fri, 28 Feb 2014 13:58:23 +0000 (UTC) Received: (qmail 17846 invoked by uid 500); 28 Feb 2014 13:58:22 -0000 Delivered-To: apmail-flex-issues-archive@flex.apache.org Received: (qmail 17800 invoked by uid 500); 28 Feb 2014 13:58:21 -0000 Mailing-List: contact issues-help@flex.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@flex.apache.org Delivered-To: mailing list issues@flex.apache.org Received: (qmail 17751 invoked by uid 99); 28 Feb 2014 13:58:21 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 28 Feb 2014 13:58:21 +0000 Date: Fri, 28 Feb 2014 13:58:21 +0000 (UTC) From: "Maurice Amsellem (JIRA)" To: issues@flex.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Resolved] (FLEX-34123) in air application flash.net.navigateToUrl POST method gets converted to GET MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/FLEX-34123?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Maurice Amsellem resolved FLEX-34123. ------------------------------------- Resolution: Invalid > in air application flash.net.navigateToUrl POST method gets converted to GET > ----------------------------------------------------------------------------- > > Key: FLEX-34123 > URL: https://issues.apache.org/jira/browse/FLEX-34123 > Project: Apache Flex > Issue Type: Bug > Reporter: amit > > Hi Team, > here is the code base > private function onPreviewResponse(html:String):void{ > var serverPath:String = "http://anywebsite/preview"; > var url:URLRequest = new URLRequest(serverPath); > var params:URLVariables = new URLVariables(); > /// very huge html String > params.previewDisclosure = html; > url.data = params url.method=URLRequestMethod.POST; > navigateToURL(url, "_blank"); > } > in air even if i am using url.method=URLRequestMethod.POST; > request gets converted to GET as i have huge html string and can not build two different verion i.e for air and flashplayer. > Please let me know the resolution or make available the code base of flash.net package -- This message was sent by Atlassian JIRA (v6.1.5#6160)