Thanks to visit codestin.com
Credit goes to github.com

Skip to content

properly add parameters to request based on the method of the request #262

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

Conversation

billmurrin
Copy link
Contributor

This PR resolves #261 related to improper handling of body parameters within the Context.request method. The method used (GET or POST) will determine if the body is encoded as part of the url or passed as body into the request.

GET method requests (with and without a body) were tested and worked as expected.

@billmurrin billmurrin changed the base branch from master to develop July 24, 2019 03:07
@billmurrin billmurrin changed the base branch from develop to master July 24, 2019 03:08
Copy link
Contributor

@shakeelmohamed shakeelmohamed left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the PR @billmurrin, we will take a look at sorting out the CI issue

@billmurrin
Copy link
Contributor Author

Hi @shakeelmohamed. I've implemented the requested changes in the latest commit. Thanks!

@billmurrin
Copy link
Contributor Author

Hi @shakeelmohamed - the requested changes were made. For some reason, the CI issue is still ongoing.

@shakeelmohamed
Copy link
Contributor

@billmurrin This is not a high priority issue for us to investigate as we are severely under resourced at the moment. Unless this is 10/10 we will not look at it this week. Thank you for your patience & understanding.

cc @tdhellmann

@KaterinaKop
Copy link

KaterinaKop commented Feb 25, 2021

Any news here? We are looking forward to get this fix too!
@shakeelmohamed @tdhellmann

@ashah-splunk ashah-splunk changed the base branch from master to develop December 14, 2021 16:12
@ashah-splunk ashah-splunk merged commit e5402ee into splunk:develop Dec 15, 2021
@akaila-splunk akaila-splunk mentioned this pull request Mar 25, 2022
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.

Possible Bug with binding class request method related to GET parameters
4 participants