mirror of
https://github.com/soxoj/maigret.git
synced 2026-05-15 10:55:43 +00:00
fix(virgool): use existing POST support from main to enable virgool.io via user-existence API
Co-authored-by: soxoj <31013580+soxoj@users.noreply.github.com> Agent-Logs-Url: https://github.com/soxoj/maigret/sessions/e4d95115-25eb-44aa-b144-14d4bdc905c6
This commit is contained in:
@@ -13645,18 +13645,31 @@
|
||||
"usernameUnclaimed": "noonewouldeverusethis7"
|
||||
},
|
||||
"Virgool": {
|
||||
"disabled": true,
|
||||
"tags": [
|
||||
"blog",
|
||||
"ir"
|
||||
],
|
||||
"checkType": "status_code",
|
||||
"absenceStrs": [
|
||||
"\u06f4\u06f0\u06f4"
|
||||
"checkType": "message",
|
||||
"presenseStrs": [
|
||||
"\"user_exist\":true",
|
||||
"\"user_exist\": true"
|
||||
],
|
||||
"absenceStrs": [
|
||||
"\u06a9\u0627\u0631\u0628\u0631\u06cc \u0628\u0627 \u0627\u06cc\u0646 \u0645\u0634\u062e\u0635\u0627\u062a \u06cc\u0627\u0641\u062a \u0646\u0634\u062f"
|
||||
],
|
||||
"headers": {
|
||||
"Content-Type": "application/json"
|
||||
},
|
||||
"alexaRank": 31518,
|
||||
"urlMain": "https://virgool.io/",
|
||||
"url": "https://virgool.io/@{username}",
|
||||
"urlProbe": "https://virgool.io/api/v1.4/auth/user-existence",
|
||||
"requestMethod": "POST",
|
||||
"requestPayload": {
|
||||
"username": "{username}",
|
||||
"type": "login",
|
||||
"method": "username"
|
||||
},
|
||||
"usernameClaimed": "blue",
|
||||
"usernameUnclaimed": "noonewouldeverusethis7"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user