You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Faced this issue while writing a spider, basically if we don't percent-encoding the space or only have one parameter the space is trimmed (if we have more parameters but the one with space is at end its also trimmed).
I think the current behavior is OK for scenarios where you want a behavior consistent with that of a web browser, i.e. with what would happen if you pasted that URL in the address bar of a web browser.
Maybe we should have different functions for the different behaviors. Not sure how to call them, though.
Faced this issue while writing a spider, basically if we don't percent-encoding the space or only have one parameter the space is trimmed (if we have more parameters but the one with space is at end its also trimmed).
Find below the snippet:
The text was updated successfully, but these errors were encountered: