Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Proxy authentication with UTL_HTTP
Does anybody know if it's possible to do proxy authentication with UTL_HTTP ? I'm getting the following results trying to use the package:
ORDAS > select utl_http.request('http://www.oracle.com') from dual ;
UTL_HTTP.REQUEST('http://WWW.ORACLE.COM')
UTL_HTTP.REQUEST('http://WWW.ORACLE.COM')
UTL_HTTP.REQUEST('http://WWW.ORACLE.COM')
I've set the environment variables http_proxy, http_proxy_user and http_proxy_pass to the appropriate values for my proxy address, userid and password, but I don't seem to be having any luck.
Any ideas ?
Sent via Deja.com http://www.deja.com/
Before you buy.
Received on Sun Dec 10 2000 - 22:14:45 CST
![]() |
![]() |