Skip to content

Conversation

@rguruopentext
Copy link
Collaborator

Fix: Properly encode URL parameters to prevent 400 Bad Request errors

Details:
1. The construction of URL parameters was not encoding special characters correctly.
2. This caused malformed requests, resulting in HTTP 400 (Bad Request) responses from the server.
3. Updated the logic to use proper URL encoding for all parameter values before appending them to the request URL.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants