For example, I want to shorten this url: https://docs.python.org/3/library/subprocess.html#popen-constructor
I tried to pass https://docs.python.org/3/library/subprocess.html#popen-constructor
as url parameter, but the returned url is actually shorten from https://docs.python.org/3/library/subprocess.html, so it won't jump to popen-constructor section.
Then I tried to pass https://docs.python.org/3/library/subprocess.html%23popen-constructor
as url parameter, but the returned url doesn't work (404 not found).
The only solution is to use website of TinyURL it self, so I'm wondering if I can shorten a url that contained a "#" symbol by TinyURL api?