Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:57554 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 84585 invoked from network); 29 Jan 2012 01:13:36 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 29 Jan 2012 01:13:36 -0000 Authentication-Results: pb1.pair.com header.from=carloschilazo@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=carloschilazo@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.215.42 as permitted sender) X-PHP-List-Original-Sender: carloschilazo@gmail.com X-Host-Fingerprint: 209.85.215.42 mail-lpp01m010-f42.google.com Received: from [209.85.215.42] ([209.85.215.42:47083] helo=mail-lpp01m010-f42.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 2F/96-09011-E3D942F4 for ; Sat, 28 Jan 2012 20:13:35 -0500 Received: by lahg1 with SMTP id g1so1748106lah.29 for ; Sat, 28 Jan 2012 17:13:31 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; bh=DSTK+a/SUaUdrqqB+Qb8wiptB0UWb0wTFu0HY0tlyFA=; b=sko47SyM6Q34X/7Ifhqk8g9lLdV3F8hffJOkCxu504RF7HdGtgIuvqLZpzgbdZ7bar S2/d2Ud39OM3ZXSBGh41nVo0WMPAxUqcbKODnqejaobR6/OlJrjjdWbP8APIsfVg5IAn KgB61RyNK7iaCyZzxMO5aFlKAqzpi9YvmPw20= MIME-Version: 1.0 Received: by 10.112.84.163 with SMTP id a3mr3249993lbz.53.1327799611491; Sat, 28 Jan 2012 17:13:31 -0800 (PST) Received: by 10.112.40.10 with HTTP; Sat, 28 Jan 2012 17:13:31 -0800 (PST) Date: Sat, 28 Jan 2012 19:13:31 -0600 Message-ID: To: internals@lists.php.net Content-Type: multipart/alternative; boundary=f46d04016d592d067804b7a07015 Subject: SOAP request user_agent field From: carloschilazo@gmail.com (Sergio Carlos Morales) --f46d04016d592d067804b7a07015 Content-Type: text/plain; charset=ISO-8859-1 As noted on bug #60887 SOAP does not send the user-agent field when requesting the wsdl Subsequent requests are Is this a normal behavior? Or the request to the WSDL should also include the User-Agent field? Please comment to determine if patch should be applied or not to include the field in the initial request --f46d04016d592d067804b7a07015--