You can translate the question and the replies:

Where to pass the body of an API in DENODOTEST file

I want my body to be like that: grant_type, client_id, client_secret Below is a test case I'm trying to run https://drive.google.com/file/d/1peiszrO6cRY4bCYZmCcOINQpSbYU5pJM/view
user
03-11-2022 10:32:14 -0400
code

1 Answer

Hi, In general, Denodo Testing Tool supports "**GET**" HTTP request which processes the published REST Web services in virtual DataPort. The goal of the Denodo Testing Tool is to query the data and execute the statements and it will not insert the data. Hence, you could only use GET requests to Rest web services as POST corresponds to inserting values. You can refer to the documentation for the [**Denodo testing tool**](https://community.denodo.com/docs/html/document/denodoconnects/8.0/Denodo%20Testing%20Tool%20-%20User%20Manual) for more information. Hope this helps!
Denodo Team
04-11-2022 05:48:26 -0400
code
You must sign in to add an answer. If you do not have an account, you can register here