This works fine for all Windows-Browsers, because they can handle the first two redirects and get then at last the correct content-type. But a WAP-Browser says no after the first redirect.
Torsten Am 26.03.2002 18:02:17, schrieb Marty Phee <[EMAIL PROTECTED]>: >What I did to get an excel spreadsheet content type was in the template >do this: > >$data.setContentType( "appliaction/vnd.ms-excel" ) > >Worked for Excel. Probably work for others. > > >On Tue, 2002-03-26 at 10:09, Torsten Eberl wrote: >> Hi, >> >> I have a problem using a screen as wml-content. >> The screen gives the correct content-type, but the redirect always gives >"text/html". >> Is it possible to this first content-Type? >> Or is it not possible to use turbine as a wml-content-machine. >> >> Torsten >> >> >> >> -- >> To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> >> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> >> > > > >-- >To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> >For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> > > > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
