M
Matt Baker
Guest
Given the port I assume you're trying to open a browser against OEM? If so, OEM supports two authentication models: form, and basic. By default it will test to see if the HTTP request contains the HTTP Basic headers. If they are not there, you'll be redirected to the form login page. So if you're using a web browser as your HTTP client, you would have to use the http:// : /server/port format. If you're using a standalone HTTP client set the HTTP headers. And no, browsers still accept the that format. It is not recommended as your password will show up in your bookmark, but it can still be done. If you don't want to be remembering/typing passwords, install a browser plugin like lastpass and let it autofill for you.
Continue reading...
Continue reading...