Skip to content

Instantly share code, notes, and snippets.

@tothda
Created September 22, 2008 19:30
Show Gist options
  • Save tothda/12114 to your computer and use it in GitHub Desktop.
Save tothda/12114 to your computer and use it in GitHub Desktop.
Utl_Http.Set_Proxy(proxy => 'dummyproxy:port',
no_proxy_domains => '127.0.0.1;localhost');
UTL_HTTP.set_authentication(r => l_http_request,
username => 'someuser',
password => 'somepassword',
scheme => 'Basic',
for_proxy => TRUE);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment