RiotGames / developer-relations

Riot Games Developer Ecosystem Bug Reporting
http://developer.riotgames.com
747 stars 44 forks source link

.live domain - URL checking failed #653

Open codeyash opened 2 years ago

codeyash commented 2 years ago
Screen Shot 2022-06-21 at 12 49 35 PM Screen Shot 2022-06-21 at 12 48 03 PM

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

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. "

  1. /lol/tournament/v4/providers
  2. "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

bangingheads commented 2 years ago

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.