[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: shimi <shimi@xxxxxxxxxxxxxxxx>
- Date: Thu May 24 16:51:32 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 ! I've tried my control on another raq4 website (not mine) and I got error 302 again !
> Then, I've tried a download control provided by microsoft and the problem disappeared. Then I tried another control from another company and the problem was here again.
> The http header sent by my control is Mozilla (netscape) compatible so I don't think this is the problem but who knows ? Is there a place somewhere on the raq where I can configure user agents ? Or maybe this is an internal raq4 gimmick to disable website copiers softwares ?
>
> Thanks for the help
>
> --
> Francois
>
This is only a guess, but, by any case, are you trying to access
domain.com/file.bla and not www.domain.com/file.bla?
because if yes, that's the problem. the server "rewrites" the address to
the real site name.
it is possible that some download controllers recognize the 302 code
("this page is not here, but there") - and some others doesn't - and
that's the problem you're encountering.
HTH,
- shimi.