-
Notifications
You must be signed in to change notification settings - Fork 19
Open
Description
Subject of the issue
e.g.:
While both work on the Website (https://da.gd/shorten), returning
the requests:
- https://da.gd/shorten?url=https://www.example.com/?param=param%20with%20space
- https://da.gd/shorten?url=https://www.example.com/?param=param+with+space
return:
400: Long URL is not a valid URL.
instead of Short URL: https://da.gd/MayF / https://da.gd/Vlnuq
Also both work fine with tinyurl:
- https://tinyurl.com/api-create.php?url=https://www.example.com/?param=param%20with%20space
- https://tinyurl.com/api-create.php?url=https://www.example.com/?param=param+with+space
returning the corresponding Short URL: https://tinyurl.com/yoggspb3 / https://tinyurl.com/ysbkfxls
Steps to reproduce
- https://da.gd/shorten?url=https://www.example.com/?param=param%20with%20space
- https://da.gd/shorten?url=https://www.example.com/?param=param+with+space
Expected behaviour
Actual behaviour
400: Long URL is not a valid URL.
Metadata
Metadata
Assignees
Labels
No labels