[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] strange things happening with a raq4
- Subject: Re: [cobalt-users] strange things happening with a raq4
- From: flash22@xxxxxxx
- Date: Fri May 25 05:11:12 2001
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
On Fri, 25 May 2001, Francois wrote:
> I'm using a home made software to download files
from the internet (actually, my Raq4).
To download the files, I use a control I found on the net.
The problem is the following: every time I try to download a file,
the raq4 returns a 302 error page
(msg: file was found but moved here).
> I've tried my control on other websites and it downloads files fine !
You are probably using something that doesn't speak HTTP 1.1, or isn't
issuing the HOST: headers, the Raq is trying to make you send the
hostname, and is sending the 302 redirect to give you the hint.
or ,possably, you are sending an incomplete URL (have a trailing slash? and
the www. prefix?) There is nothing 'odd' about the apache config, but it
is setup for name based virtual hosting, so it will behave differently
than a site that isn't....
gsh