Skip to content

Only URL encode data for GET requests#9

Open
npapadacis wants to merge 4 commits into
driftwoodinteractive:masterfrom
npapadacis:master
Open

Only URL encode data for GET requests#9
npapadacis wants to merge 4 commits into
driftwoodinteractive:masterfrom
npapadacis:master

Conversation

@npapadacis

Copy link
Copy Markdown

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