Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: utl_http.request
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" );
Only Web Data, Inc. Phone: 415 591 0200 4 Embarcadero Center, Suite 3700 Fax: 415 591 0300San Francisco CA 94111-4107, USA Email: jbr_at_johnruss.com
![]() |
![]() |