Hello Team!
I need to implement http integration with OTM 24b without OAuth, so I use request headers for passing credentials.
I've created new user with INTEGRATION role ID:
I tried to make post request to the following url:
https://…oraclecloud.com/GC3/glog.integration.servlet.DBXMLServlet?command=xmlExport
I received following 200 response:
<!--
<glog_error id="[018412]"><log_timestamp>2024-08-22 10:15:50.521</log_timestamp><causes><cause><error>Invalid user name or password. Please try again.</error></cause></causes></glog_error>
-->
Looks like I missed something, could please advise the reason of such behavior? I'm sure that password is correct. I tried to change password, tried different users, tried domain prefix before user name, tried to switch to Basic authorization without success.
It will be great if you can share an example of OTM configuration and according post request.