Transports and Interfaces: Siebel Enterprise Application Integration > EAI HTTP Transport > Examples Using HTTP Request >

Accessing a URL Protected by Basic Authentication


Siebel Business Applications support server, or basic, authentication. You can use basic authentication with the EAI HTTP Transport to send messages. The format for accessing a URL protected by basic authentication with HTTP Outbound is:

http://username:password@host/rest of the URL

For example:

http://Administrator:manage@169.254.85.21:5555/mycompany.com/stuff

NOTE:  For more information on authentication, see Siebel Security Guide.

Transports and Interfaces: Siebel Enterprise Application Integration Copyright © 2011, Oracle and/or its affiliates. All rights reserved. Legal Notices.