0
0
mirror of https://github.com/TrianguloY/UrlChecker.git synced 2024-09-19 20:02:16 +02:00

replace 'petition' with (network) request

This commit is contained in:
TrianguloY 2023-08-15 12:20:54 +02:00
parent 2493b4e4e2
commit 9c91f2c67f
3 changed files with 5 additions and 5 deletions

View File

@ -25,7 +25,7 @@ import java.net.URL;
import java.net.URLDecoder;
/**
* A module that checks the page status code by performing a GET petition
* A module that checks the page status code by performing a GET request
* Allows checking for redirection
*/
public class StatusModule extends AModuleData {

View File

@ -13,7 +13,7 @@ The app is structured with a modular setup, you can enable/disable and reorder i
* Log: Keeps a log of all checked urls, which you can view, edit, copy, clear...
* Status code: By pressing the button a petition will be made to retrieve that url, and the status code will be displayed (ok, server error, not found...). Additionally, if it corresponds to a redirection, press the message to check the new url. The url is fetched, but not evaluated, so redirection based on javascript won't be detected.
* Status code: By pressing the button a network request will be made to retrieve that url, and the status code will be displayed (ok, server error, not found...). Additionally, if it corresponds to a redirection, press the message to check the new url. The url is fetched, but not evaluated, so redirection based on javascript won't be detected.
* Url Scanner: Allows you to scan the url using VirusTotal, and check the report. A free personal VirusTotal API key is needed for it to work. VirusTotal™ is a trademark of Google, Inc.

View File

@ -164,7 +164,7 @@ Note: if you edit the patterns, new built-in patterns from app updates will not
<string name="mOpen_incognitoDesc">Toggle incognito mode (for Firefox only)</string>
<!-- -->
<string name="mStatus_name">Status code</string>
<string name="mStatus_desc">By pressing the check button, a petition will be made to retrieve and display the site status code. If the result is a redirection, you will be able to view the destination URL. The URL content is obtained (GET), but not evaluated, so redirections based on JavaScript won\'t be detected.</string>
<string name="mStatus_desc">By pressing the check button, a network request will be made to retrieve and display the site status code. If the result is a redirection, you will be able to view the destination URL. The URL content is obtained (GET), but not evaluated, so redirections based on JavaScript won\'t be detected.</string>
<string name="mStatus_ioerror">Network error while trying to check the URL: %s</string>
<string name="mStatus_error">Internal error while trying to check the URL: %s</string>
<string name="mStatus_check">Check status</string>
@ -303,8 +303,8 @@ This module has been deprecated in favor of the 'Uri parts' module"</string>
<!-- -->
<string name="mUnshort_name">Unshortener</string>
<string name="mUnshort_unshort">Unshort</string>
<string name="mUnshort_desc">"This module will unshort links by sending them to https://unshorten.me/, which evaluates them on their servers and save the redirection for future petitions. Avoid unshortening links with private or sensitive data.
Their api is rate limited to 10 requests per hour for new checks. The module response will show how many petitions you have pending."</string>
<string name="mUnshort_desc">"This module will unshort links by sending them to https://unshorten.me/, which evaluates them on their servers and save the redirection for future requests. Avoid unshortening links with private or sensitive data.
Their api is rate limited to 10 requests per hour for new checks. The module response will show how many requests you have pending."</string>
<string name="mUnshort_tm">unshorten.me free API by Unshorten.me</string>
<string name="mUnshort_checking">Checking…</string>
<string name="mUnshort_error">Server error: %s</string>