RE: is there something wrong with my http header?

2002-01-28 Thread Alex Porras

I'm a goof.  That data is from an imap server--I forgot to decode it
first.

Thanks,

--Alex

> -Original Message-
> From: Robert Landrum [mailto:[EMAIL PROTECTED]]
> Sent: Monday, January 28, 2002 4:16 PM
> To: [EMAIL PROTECTED]
> Subject: Re: is there something wrong with my http header?
> 
> 
> >I'm trying to print a gif image to the browser, but it's appearing as
> >text.  Here's what the output looks like (used "lynx --mime_header"):
> >
> >HTTP/1.1 200 OK
> >Date: Mon, 28 Jan 2002 21:58:05 GMT
> >Server: Apache/1.3.20 (Unix) mod_perl/1.26
> >Set-Cookie: FOO=bar; domain=foo.bar; path=/
> >Pragma: no-cache
> >Cache-control: no-cache
> >Connection: close
> >Content-Type: image/gif
> >Expires: Mon, 28 Jan 2002 21:58:05 GMT
> >
> >R0lGODdhOAAWAPcAVQAAqgAA/wAkAAAkVQAkqgAk/wBJAABJVQBJq
> gBJ/wBtAABt
> >VQBt
> >...(more data)...
> >
> 
> Uhh... That's not gif data.  gif data should start
> 
> GIF89a...(more data)...
> 
> Rob
> 
> 
> --
> When I used a Mac, they laughed because I had no command prompt. When 
> I used Linux, they laughed because I had no GUI.  
> 



Re: is there something wrong with my http header?

2002-01-28 Thread Robert Landrum

>I'm trying to print a gif image to the browser, but it's appearing as
>text.  Here's what the output looks like (used "lynx --mime_header"):
>
>HTTP/1.1 200 OK
>Date: Mon, 28 Jan 2002 21:58:05 GMT
>Server: Apache/1.3.20 (Unix) mod_perl/1.26
>Set-Cookie: FOO=bar; domain=foo.bar; path=/
>Pragma: no-cache
>Cache-control: no-cache
>Connection: close
>Content-Type: image/gif
>Expires: Mon, 28 Jan 2002 21:58:05 GMT
>
>R0lGODdhOAAWAPcAVQAAqgAA/wAkAAAkVQAkqgAk/wBJAABJVQBJqgBJ/wBtAABt
>VQBt
>...(more data)...
>

Uhh... That's not gif data.  gif data should start

GIF89a...(more data)...

Rob


--
When I used a Mac, they laughed because I had no command prompt. When 
I used Linux, they laughed because I had no GUI.