Return-Path: Delivered-To: apmail-tcl-websh-dev-archive@www.apache.org Received: (qmail 13707 invoked from network); 1 Apr 2007 11:34:02 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 1 Apr 2007 11:34:02 -0000 Received: (qmail 67743 invoked by uid 500); 1 Apr 2007 11:34:09 -0000 Delivered-To: apmail-tcl-websh-dev-archive@tcl.apache.org Received: (qmail 67726 invoked by uid 500); 1 Apr 2007 11:34:09 -0000 Mailing-List: contact websh-dev-help@tcl.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list websh-dev@tcl.apache.org Delivered-To: moderator for websh-dev@tcl.apache.org Received: (qmail 10249 invoked by uid 99); 31 Mar 2007 06:13:25 -0000 X-ASF-Spam-Status: No, hits=2.0 required=10.0 tests=HTML_MESSAGE X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: local policy) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=X-YMail-OSG:Received:X-Mailer:Date:From:Subject:To:MIME-Version:Content-Type:Message-ID; b=Wf3/VVXRgYkp2/lY0z5ijsMEPMaMmqkbD03O4ABbWRqc0bC1UCwN6xISEfdRVhWASteAJvVNic4vfQfcfaSvvNmHWLFQZi4e0a+EkOGFOoR3yTO9PgQZj8CvlJLeCV83OHqQTWsgN6wXOwriea09Rca5dOx53OU5wRLQKU8dY5A=; X-YMail-OSG: 3L8_CCAVM1kWofPDIBInoGn8uNJyTNhmHBY7Bed_P8w7UzhB X-Mailer: YahooMailRC/476 YahooMailWebService/0.7.41.8 Date: Fri, 30 Mar 2007 23:12:56 -0700 (PDT) From: Jason Murray Subject: -httpresponse not working for me ... To: websh-dev@tcl.apache.org MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="0-438963249-1175321576=:58076" Message-ID: <554212.58076.qm@web34409.mail.mud.yahoo.com> X-Virus-Checked: Checked by ClamAV on apache.org --0-438963249-1175321576=:58076 Content-Type: text/plain; charset=ascii I have tried various things web::response -httpresponse "HTTP/1.1 303 See Other" And web::response -httpresponse 303 among others ... The response header in ethereal is: -------------------------------------------------------------------------- HTTP/1.1 200 OK Date: Sat, 31 Mar 2007 05:38:28 GMT Server: Apache/2.2.3 (Fedora) Retry-After: 5 Location: http://?????????.com/index.ws3?XDxJ7kkLRVB75HbwNdRbDXgh1aPRGsbOrjov97PI3eRUjXf85roW3SGgmgqwhldVGg315GrPUcYXYI7jSSOa6VvJALfgFil Generator: websh 3.6.0b4 Content-Length: 84 Connection: close Content-Type: text/html; charset=UTF-8 -------------------------------------------------------------------------- What am doing wrong. The other web::response subcommands and options seem to work... Jason M --0-438963249-1175321576=:58076 Content-Type: text/html; charset=ascii
I have tried various things

web::response -httpresponse "HTTP/1.1 303 See Other"

And

web::response -httpresponse 303

among others ...

The response header in ethereal is:
--------------------------------------------------------------------------
HTTP/1.1 200 OK
Date: Sat, 31 Mar 2007 05:38:28 GMT
Server: Apache/2.2.3 (Fedora)
Retry-After: 5
Location: http://?????????.com/index.ws3?XDxJ7kkLRVB75HbwNdRbDXgh1aPRGsbOrjov97PI3eRUjXf85roW3SGgmgqwhldVGg315GrPUcYXYI7jSSOa6VvJALfgFil
Generator: websh 3.6.0b4
Content-Length: 84
Connection: close
Content-Type: text/html; charset=UTF-8
--------------------------------------------------------------------------

What am doing wrong. The other web::response subcommands and options seem to work...

Jason M

--0-438963249-1175321576=:58076--