PromucFlow_constructor/app/server/appsmith-interfaces/src
Sumit Kumar 823c971c67
fix: fix GET request issue with Figma's REST APIs (#23597)
## Description
- Earlier, when sending a GET request (with no body and content type defined by the user), the API server would set the body to empty string but still attach it with the API request before making the REST API call. While this worked fine with almost all of the use cases, it broke when used against Figma's GET APIs. Figma's API server would detect the body object and return a `BAD REQUEST` error.
- This PR introduces a check that avoids attaching the body object when not required, hence resolving the issue with Figma's GET APIs.

#### PR fixes following issue(s)
Fixes #14894
2023-05-26 12:27:27 +05:30
..
main/java/com/appsmith fix: fix GET request issue with Figma's REST APIs (#23597) 2023-05-26 12:27:27 +05:30
test/java/com/appsmith/external ci: Fixed external dependencies in tests partially (#22639) 2023-04-26 13:44:08 +05:30