This would be part of a test tool I'd like to create in order to test
conditions of an application. I want to send a request and ensure that the
response has no set type or known length if possible (eg return some media
that is undefined and see how the app handles the response).
Anyone?
Spunk
>
> On Thursday 22 March 2001 02:32, you wrote:
>> I've got a situation where I'm interested in returning a header without
>> ANY mime type specified. It looks like the default Mime type is set by
>> the server (plain text)? Or at least when I don't specify the type
>
> It's set by PHP (text/html)
>
>> that's what my server is returning. I'd also like to ensure that there
>> is no content length returned. Is this possible?
>
> So you want to give the browser something and make really sure that it
> has no chance of interpreting it correctly? Perhaps I miss something, but
> unless your visitors are masochists with too much time on their hands
> that's a sure way to lose them really quickly.
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]