Return-Path: X-Original-To: apmail-camel-users-archive@www.apache.org Delivered-To: apmail-camel-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 9C2BC17EDF for ; Sun, 9 Aug 2015 21:53:17 +0000 (UTC) Received: (qmail 99239 invoked by uid 500); 9 Aug 2015 21:53:17 -0000 Delivered-To: apmail-camel-users-archive@camel.apache.org Received: (qmail 99192 invoked by uid 500); 9 Aug 2015 21:53:17 -0000 Mailing-List: contact users-help@camel.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@camel.apache.org Delivered-To: mailing list users@camel.apache.org Received: (qmail 99175 invoked by uid 99); 9 Aug 2015 21:53:16 -0000 Received: from Unknown (HELO spamd2-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 09 Aug 2015 21:53:16 +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 87A011A9B38 for ; Sun, 9 Aug 2015 21:53:16 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd2-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 3.487 X-Spam-Level: *** X-Spam-Status: No, score=3.487 tagged_above=-999 required=6.31 tests=[DKIM_ADSP_CUSTOM_MED=0.001, NML_ADSP_CUSTOM_MED=1.2, SPF_SOFTFAIL=0.972, URIBL_BLOCKED=0.001, URI_HEX=1.313] autolearn=disabled Received: from mx1-us-east.apache.org ([10.40.0.8]) by localhost (spamd2-us-west.apache.org [10.40.0.9]) (amavisd-new, port 10024) with ESMTP id aZpgbWiZFxhZ for ; Sun, 9 Aug 2015 21:53:07 +0000 (UTC) Received: from mbob.nabble.com (mbob.nabble.com [162.253.133.15]) by mx1-us-east.apache.org (ASF Mail Server at mx1-us-east.apache.org) with ESMTP id 1B52042B5A for ; Sun, 9 Aug 2015 21:53:07 +0000 (UTC) Received: from msam.nabble.com (unknown [162.253.133.85]) by mbob.nabble.com (Postfix) with ESMTP id 1EE9712CE1C0 for ; Sun, 9 Aug 2015 14:51:42 -0700 (PDT) Date: Sun, 9 Aug 2015 14:52:03 -0700 (MST) From: "anish.somadevan" To: users@camel.apache.org Message-ID: <1439157123714-5770500.post@n5.nabble.com> Subject: Construct Dynamic URI MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Am trying to construct a dynamic URI using a value from header When i use in it is not recognizing the value as a header i don't get any error, but the HTTP call is not being made.