× The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.



Matt,

OK.....I installed AlternaTiff to work with FF. The image displays in
AlternaTiff w/in FF. However, I cannot "View Page Info" (I presume because
FF is not controlling the image?). Also, FF does not issue the warning that
IE does......so, does this mean it is an IE problem???

Joe

On 5/16/2008 at 9:08 AM, in message
<F24B266F201DE7439030A1FFBE0E417001586C225B@xxxxxxxxxxxxxxxxxxxxx>, Haas,
Matt (CL Tech Sv)<matt.haas@xxxxxxxxxxx>
wrote:
Joe,

Do you have FireFox 2 installed? If so, right click on the page with
this error and choose "View Page Info". The Links and Media tabs will
show you the full URL of images, style sheets, etc... that your page is
using. Anything that starts with "http://"; will cause the problem you are

seeing.

Matt

-----Original Message-----
From: web400-bounces@xxxxxxxxxxxx
[mailto:web400-bounces@xxxxxxxxxxxx] On Behalf

Of Joe Wells
Sent: Friday, May 16, 2008 10:01 AM
To: web400@xxxxxxxxxxxx
Subject: Re: [WEB400] Browser Security Warning

Matt,

Thanks for correcting this......this one was a cut and paste error on my
part when making the post. However, I did change the production code to
lower case (just in case it is case sensitive), but that had no
effect.....

More to follow....

Thanks,

Joe

On 5/16/2008 at 8:48 AM, in message

<F24B266F201DE7439030A1FFBE0E417001586C222F-cWoezoasUXTe4ww97qUNnY2P0GrZ+R
bP@xxxxxxxxxxxxxxxx>, Haas,
Matt (CL Tech Sv)<matt.haas@xxxxxxxxxxx>
wrote:
You are writing bad HTTP headers in the code shown below. The corrected
code for the header is:

c eval buffer_add = 'content-type: image/tiff'
c +new_line
c +new_line

Matt

-----Original Message-----
From: web400-bounces@xxxxxxxxxxxx
[mailto:web400-bounces@xxxxxxxxxxxx] On
Behalf

Of Joe Wells
Sent: Friday, May 16, 2008 9:40 AM
To: web400@xxxxxxxxxxxx
Subject: Re: [WEB400] Browser Security Warning



Is the image being served up from the same server that the page is
being
displayed from?

Yes, it is. The image comes from the IFS. Here is the code -

c eval buffer_add = 'Content-Type: image/tiff'
c +'Content-Type: image/tiff'
c +new_line
c +new_line

c eval buffer = buffer + buffer_add

c dou Read(fd_in: %addr(char): 1) < 1
c 69 eval buffer_add = char
c n69 eval buffer_add = %trimr(char)
c n69 eval *in69=*on
c if %len(buffer_add + buffer) > buffer_max
c exsr QTMH_STD_OUT
c eval buffer = buffer_add
c else
c eval buffer = buffer + buffer_add
c endif

c enddo

I Googled some more and found a reference that said to use
"Accept-ranges:bytes" in the header. I tried that and the result is the
same.

Thanks,

Joe

--
This is the Web Enabling the AS400 / iSeries (WEB400) mailing list
To post a message email: WEB400@xxxxxxxxxxxx
To subscribe, unsubscribe, or change list options,
visit: http://lists.midrange.com/mailman/listinfo/web400
or email: WEB400-request@xxxxxxxxxxxx
Before posting, please take a moment to review the archives
at http://archive.midrange.com/web400.


--
This is the Web Enabling the AS400 / iSeries (WEB400) mailing list
To post a message email: WEB400@xxxxxxxxxxxx
To subscribe, unsubscribe, or change list options,
visit: http://lists.midrange.com/mailman/listinfo/web400
or email: WEB400-request@xxxxxxxxxxxx
Before posting, please take a moment to review the archives
at http://archive.midrange.com/web400.



As an Amazon Associate we earn from qualifying purchases.

This thread ...

Replies:

Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].

Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.