Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: utl_http.request

Re: utl_http.request

From: John Russell <jbr_at_johnruss.com>
Date: Thu, 03 Feb 2000 00:08:20 -0800
Message-ID: <38993774.43B5AFE@johnruss.com>

        printf( "Content-type: text/html\n\r" ); looks like it should be

        printf( "Content-type: text/html\n\n" );

"Lockie, Bob" wrote:
>
> Help.
>
> exec :res := utl_http.request( 'http://localhost:2000/httptest.cgi' );
> Fails when calling a pseudo web server (something that listens on port

> printf( "Content-type: text/html\n\r" );



John Russell
Only Web Data, Inc.                Phone:     415 591 0200
4 Embarcadero Center, Suite 3700   Fax:       415 591 0300
San Francisco CA 94111-4107, USA Email: jbr_at_johnruss.com
Received on Thu Feb 03 2000 - 02:08:20 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US