import urllib.parse
encoded_url = "https%3A%2F%2Fmx01.marinha.pt%2Fintranet%2Fsecure"
decoded_url = urllib.parse.unquote(encoded_url)
print(f"Decoded URL: {decoded_url}")
Post a Comment
https://example.com/api/data?query=hello%20world https://example.com/api/data?search=rock%26roll%3Dawesome%23fun https://intranet.marinha....
No comments:
Post a Comment