M
Matt Baker
Guest
The OEM rest api does not require cookies. It will use them for session management if present, but they are not required. It falls back to HTTP basic if the cookie is not present and you provide the credentials on the command line. You can use HTTP basic authentication by specifying the -u switch for curl. You can simplify the example and skip the call to login.jsp and just call the reset service directly.
Continue reading...
Continue reading...