Skip to content
This repository was archived by the owner on Apr 24, 2024. It is now read-only.

Conversation

ccheline
Copy link

Updated example code python command that was not working when I tested the example on a request value that included a space.

Changed placement of nested string manipulations and added "safe" characters of '+' and '%20'.

Old:
"example%20string" -> "example%2520string"
"example string" -> "example+string"
"example+string" -> "example%2520string"

New:
"example%20string" -> "example%20string"
"example string" -> "example%20string"
"example+string" -> "example%20string"

Updated example code python command that was not working when I tested the example on a request value that included a space.

Changed placement of nested string manipulations and added "safe" characters of '+' and '%20'.

Old:
"example%20string" -> "example%2520string"
"example string" -> "example+string"
"example+string" -> "example%2520string"

New:
"example%20string" -> "example%20string"
"example string" -> "example%20string"
"example+string" -> "example%20string"
@ccheline ccheline closed this by deleting the head repository Feb 12, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant