PromucFlow_constructor/app/server/appsmith-plugins
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
..
amazons3Plugin chore: Added loginTimeout datasource param for jdbc connection to reduce tim… (#22922) 2023-05-25 16:28:59 +05:30
arangoDBPlugin chore: Added loginTimeout datasource param for jdbc connection to reduce tim… (#22922) 2023-05-25 16:28:59 +05:30
dynamoPlugin feat: [epic] appsmith design system version 2 deduplication (#22030) 2023-05-20 00:07:06 +05:30
elasticSearchPlugin chore: Fix unnecessary re-shading of jars (#21994) 2023-04-03 17:49:21 +05:30
firestorePlugin feat: [epic] appsmith design system version 2 deduplication (#22030) 2023-05-20 00:07:06 +05:30
googleSheetsPlugin chore: Remove unused datasource query endpoint (#23426) 2023-05-20 15:03:11 +05:30
graphqlPlugin fix: fix GET request issue with Figma's REST APIs (#23597) 2023-05-26 12:27:27 +05:30
jsPlugin chore: Fix unnecessary re-shading of jars (#21994) 2023-04-03 17:49:21 +05:30
mongoPlugin feat: [epic] appsmith design system version 2 deduplication (#22030) 2023-05-20 00:07:06 +05:30
mssqlPlugin feat: Implemented Schema Fetch for MSSQL Plugin (#16014) (#23498) 2023-05-24 11:38:06 +05:30
mysqlPlugin feat: [epic] appsmith design system version 2 deduplication (#22030) 2023-05-20 00:07:06 +05:30
oraclePlugin chore: Refactoring datasource storage consumption to start using the new collection (#23296) 2023-05-23 19:27:53 +05:30
postgresPlugin feat: [epic] appsmith design system version 2 deduplication (#22030) 2023-05-20 00:07:06 +05:30
redisPlugin feat: [epic] appsmith design system version 2 deduplication (#22030) 2023-05-20 00:07:06 +05:30
redshiftPlugin feat: [epic] appsmith design system version 2 deduplication (#22030) 2023-05-20 00:07:06 +05:30
restApiPlugin fix: fix GET request issue with Figma's REST APIs (#23597) 2023-05-26 12:27:27 +05:30
saasPlugin chore: Fix unnecessary re-shading of jars (#21994) 2023-04-03 17:49:21 +05:30
smtpPlugin feat: [epic] appsmith design system version 2 deduplication (#22030) 2023-05-20 00:07:06 +05:30
snowflakePlugin chore: Added loginTimeout datasource param for jdbc connection to reduce tim… (#22922) 2023-05-25 16:28:59 +05:30
pom.xml feature: Introduce Oracle Integration behind feature flag (#21273) 2023-03-16 16:54:25 +05:30