Encoding URLs
#145
Replies: 3 comments 3 replies
-
Interesting, I've never noticed that. I don't know personally but I'm sure @ProgrammerIn-wonderland does. |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
velzie
-
Check out https://github.com/titaniumnetwork-dev/Ultraviolet/blob/main/src/rewrite/codecs.js if you wish to decrypt the URLs |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, so I noticed that the URLs that are like anura.pro/service/... aren't fully the original URLs and I was wondering why that is. Like, it looks like every other letter is correct, but the other letters are encoded in some way. For example, this:
Decoding that URL gives you this:
Taking just the last part, you get this:
The original URL was
https://example.com/
. Every other letter is correct, but the others are encoded in some way. So, here are my questions:Beta Was this translation helpful? Give feedback.
All reactions