-
Notifications
You must be signed in to change notification settings - Fork 3.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug] Query Params do not encoded when the datasource url is a binding #3821
Labels
Backend
This marks the issue or pull request to reference server code
Bug
Something isn't working
Integrations Product
Issues related to a specific integration
Query & JS Pod
Issues related to the query & JS Pod
REST API plugin
REST API plugin related issues
Comments
hetunandu
added
Bug
Something isn't working
Backend
This marks the issue or pull request to reference server code
API pane
High
This issue blocks a user from building or impacts a lot of users
Core Query Execution
Issues related to the execution of all queries
labels
Apr 1, 2021
Nikhil-Nandagopal
added
Low
An issue that is neither critical nor breaks a user flow
and removed
High
This issue blocks a user from building or impacts a lot of users
labels
Aug 23, 2021
Nikhil-Nandagopal
added
High
This issue blocks a user from building or impacts a lot of users
and removed
Low
An issue that is neither critical nor breaks a user flow
labels
Nov 5, 2021
Nikhil-Nandagopal
added
Good First Issue
Good for newcomers
Test
and removed
Good First Issue
Good for newcomers
Test
labels
Dec 23, 2021
sumitsum
removed
the
High
This issue blocks a user from building or impacts a lot of users
label
Feb 1, 2022
Nikhil-Nandagopal
added
REST API plugin
REST API plugin related issues
and removed
API pane
labels
Sep 12, 2022
github-actions
bot
added
the
Integrations Product
Issues related to a specific integration
label
Sep 12, 2022
Nikhil-Nandagopal
removed
the
Core Query Execution
Issues related to the execution of all queries
label
Sep 13, 2022
works now, see #11795 |
rajatagrawal
pushed a commit
that referenced
this issue
Apr 17, 2024
## Description Adds tests in EE sections for IDE url utils Fixes #31870 ## Automation /ok-to-test tags="@tag.IDE" ### 🔍 Cypress test results <!-- This is an auto-generated comment: Cypress test results --> > [!IMPORTANT] > Workflow run: <https://github.com/appsmithorg/appsmith-ee/actions/runs/8449218737> > Commit: `d7722c976d744e4f788db9282ea442e6c9448cdf` > Cypress dashboard url: <a href="https://internal.appsmith.com/app/cypress-dashboard/rundetails-65890b3c81d7400d08fa9ee5?branch=master&workflowId=8449218737&attempt=1" target="_blank">Click here!</a> > All cypress tests have passed 🎉🎉🎉 <!-- end of auto-generated comment: Cypress test results -->
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Backend
This marks the issue or pull request to reference server code
Bug
Something isn't working
Integrations Product
Issues related to a specific integration
Query & JS Pod
Issues related to the query & JS Pod
REST API plugin
REST API plugin related issues
Description
Where there is a datasource binding, the client cannot split the URL correctly and sets everything in the datasource URL field. We should extract and split this out in the server and encode the API request's correct parts before executing.
Steps to reproduce the behaviour:
https://example.com.
?
that need encodingObservation
The params are not encoded.
The text was updated successfully, but these errors were encountered: