Forum Discussion
Harperjo
Apr 19, 2021Copper Contributor
Differences between Postman HTTP Post Rest API and Logic App HTTP action?
I am tearing my hair out.....what little i have left. I am migrating a simple postman api rest call to a stand alone logic app. The post call only contains header parameters to make this action and...
cberon
Apr 30, 2021Brass Contributor
I would add an explicit host, content-type, and x-public-uri headers first. Most of the maximo APIs (I'm guessing since I see /oslc in your path) require content-type set to "application/json"
You should also try https.
If none of that works, try following the steps in https://www.ibm.com/support/pages/creating-and-using-rest-api-keys-secure-application-server-environment
As a final step, contact IBM support
You should also try https.
If none of that works, try following the steps in https://www.ibm.com/support/pages/creating-and-using-rest-api-keys-secure-application-server-environment
As a final step, contact IBM support