-
-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
A URL can only have a handful of characters in it without requiring any modifications (i.e., unencoded). These characters are :, /, ?, &, and =, and they serve a specific purpose in the URL. All other characters need to be encoded in order to be included in the URL. Unencoded characters can result in unwanted behavior.
A method can be implemented inside the BasePagedResponseGetter class of the src/comb_utils/lib/api_callers.py module in order to sanitize the input URL so that all unencoded characters are encoded properly.
This issue was formed based on the changes made in #62.
KalebCoberly
Metadata
Metadata
Assignees
Labels
No labels