Return-Path: X-Original-To: apmail-incubator-flex-dev-archive@minotaur.apache.org Delivered-To: apmail-incubator-flex-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 25ACF9549 for ; Fri, 13 Jul 2012 20:50:52 +0000 (UTC) Received: (qmail 32563 invoked by uid 500); 13 Jul 2012 20:50:51 -0000 Delivered-To: apmail-incubator-flex-dev-archive@incubator.apache.org Received: (qmail 32532 invoked by uid 500); 13 Jul 2012 20:50:51 -0000 Mailing-List: contact flex-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: flex-dev@incubator.apache.org Delivered-To: mailing list flex-dev@incubator.apache.org Received: (qmail 32524 invoked by uid 99); 13 Jul 2012 20:50:51 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 13 Jul 2012 20:50:51 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of jszczepankiewicz@gmail.com designates 209.85.213.47 as permitted sender) Received: from [209.85.213.47] (HELO mail-yw0-f47.google.com) (209.85.213.47) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 13 Jul 2012 20:50:45 +0000 Received: by yhjj56 with SMTP id j56so799672yhj.6 for ; Fri, 13 Jul 2012 13:50:24 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=qg18V1TWh965ywvsGGM13akElZAVUf/i5b7NCM/zz1k=; b=fc2U4xf4CO60fWJrYYKsH6ro/OP24VSxZTVRzLZb0xTVP4pqJd9IqhtIioxbo1gDvp ZhxYdWYx1k9Y04VFvYILnk3yiT3eqcTz5XJt8HF7xWb3LyDdWTv8iW5ixCZt5XLreTvj gYm5IJmIVVklul/7zbo2FtchtY1LDSjmlxJLcM8UXY+Ugvf8wfXxmWwwgb6G+3Jr23ZF up+NIpAPtUIPTrQFmw52vXvca4fS5CfMU3Iqi4NSS9WQVHiIdmGDSJO99ZQ02nDBSOyy PsyFqnr8M2WU2GcJ7JzNNHhNEY1P2Efzq9RRtH6Fpm+tSx90w2289avBSYsBrUKdSmAh d8lg== MIME-Version: 1.0 Received: by 10.42.148.196 with SMTP id s4mr1756614icv.19.1342212624034; Fri, 13 Jul 2012 13:50:24 -0700 (PDT) Received: by 10.231.174.5 with HTTP; Fri, 13 Jul 2012 13:50:23 -0700 (PDT) In-Reply-To: References: Date: Fri, 13 Jul 2012 22:50:23 +0200 Message-ID: Subject: Re: HTTPService Header Info From: =?UTF-8?Q?Jaros=C5=82aw_Szczepankiewicz?= To: flex-dev@incubator.apache.org Content-Type: text/plain; charset=UTF-8 X-Virus-Checked: Checked by ClamAV on apache.org Are you sure this is flex limitation and not NPAPI plugin limitation? What header information are you talking about? 2012/7/13 Jonathan Campos : > As we are getting closer to our first release I'm starting to build up a > list of changes I would like to add into the framework. > > One that I keep coming across is that HTTPService strips the header info. > That is something I would like to pass forward for get access. Is there > anyone else that has an opinion on this sort of change. > > -- > Jonathan Campos