.live domain - URL checking failed
Bug Description
https://api.domain.live/riot-tournament/callback/
Problem Description
{
"status": {
"message": "Bad request - Invalid URL",
"status_code": 400
}
}
Expected Result
Provider ID
Actual Result
{
"status": {
"message": "Bad request - Invalid URL",
"status_code": 400
}
}
Developer Impact
BLOCKER
- Frequency: Every API call.
- Severity: Blocker.
- Cost: NA.
- Efficiency: NA.
- User emails: NA.
Repro Steps
Step by step, what do you need to do to cause the bug? Note that GitHub will automagically number each step if you prefix the line with "1. "
- /lol/tournament/v4/providers
- "region": "NA", "url": "https://api.domain.live/riot-tournament/callback/" }
Issue Comments
.live domain appears invalid.
URL checking needs to support additional domains like .live, .club etc
The supported list of TLDs are included in the tournament API documentation
https://developer.riotgames.com/docs/lol#riot-games-api_tournament-api
This would be more of a feature request.