We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09b324f commit 7e87a88Copy full SHA for 7e87a88
sherlock_project/resources/data.json
@@ -634,6 +634,24 @@
634
"urlMain": "https://www.discogs.com/",
635
"username_claimed": "blue"
636
},
637
+ "Discord": {
638
+ "errorType": "message",
639
+ "url": "https://discord.com",
640
+ "urlMain": "https://discord.com/",
641
+ "urlProbe": "https://discord.com/api/v9/unique-username/username-attempt-unauthed",
642
+ "errorMsg": [
643
+ "{\"taken\":false}",
644
+ "The resource is being rate limited"
645
+ ],
646
+ "request_method": "POST",
647
+ "request_payload": {
648
+ "username": "{}"
649
+ },
650
+ "headers": {
651
+ "Content-Type": "application/json"
652
653
+ "username_claimed": "blue"
654
655
"Discuss.Elastic.co": {
656
"errorType": "status_code",
657
"url": "https://discuss.elastic.co/u/{}",
0 commit comments