Skip to content
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

Only URL encode data for GET requests #9

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

npapadacis
Copy link

POST requests expect a JSON payload but that doesn't require URL encoding, in fact this will break any values that contain spaces, e.g., field names, etc. GET requests on the other hand will need the arguments to be URL encoded. The function that returns that data will now only URL encode if the request method is GET.

POST requests expect a JSON payload but that doesn't require URL encoding, in fact this will break any values that contain spaces, e.g., field names, etc. GET requests on the other hand will need the arguments to be URL encoded. The function that returns that data will now only URL encode if the request method is GET.
Colon is not allowed on Windows in a filename
setLogicalOperator can be specified in CWP for a FindCommand. The method was not supported.
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.

1 participant