Get Started with Redwood: Oracle Cloud SCM and Purchasing
Pass body to a post request
Summary
I want to pass a content type other than json to a post requestContent
I have post rest endpoint where i need to pass Content-Type as "application/x-www-form-urlencoded". I am able to test that service through postman or rest client but i am not getting option to test that in vbcs.
Please let me know how we can pass the content type other than application/json to a service.
0