## 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 |
||
|---|---|---|
| .. | ||
| src | ||
| pom.xml | ||