[Version: 1.1]
PEL: Pule Encurtador de Link. 🇧🇷
Application does not have any third party API or library. It simply uses native Android library.
import java.net.HttpURLConnection;
import java.net.URL;
It means it analyzes the url and checks the redirection of any url.
If you use the "curl" command in Termux you will see that it contains the "Location" tag which is the source url.
curl -v https://shorturl.is/NqRWN | grep "Location"
Similar to the concept of manipulating URLs through the application.
Features:
[✓] Languages (specific region). [✓] English default. [✓] No third-party API or libraries.
©2024 Sketchub | User Policy