Skip to Main Content

Cloud Platform

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

How to create a Connector using REST URL having headers?

Janaki NarayananMar 7 2017 — edited Mar 21 2017

RestConnector.png

I have a REST URL(ISG) that has header parameters.How can I create a REST connector using that REST URL in oracle MCS.

The REST URL is POST method and have 5 header parameters.

please clarify me below

1)where I have to attach the headers of rest URL (in rules or during testing endpoint)

2)If in testing endpoint means I have to add headers in my custom api using Node js?

restconnector-Op.png

Now,I have added headers in Rules,while Testing endpoint it says authentication error so I added headers there also. Now I get 415 error code.

Comments