developer-relations icon indicating copy to clipboard operation
developer-relations copied to clipboard

.live domain - URL checking failed

Open codeyash opened this issue 3 years ago • 1 comments

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

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

  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

codeyash avatar Jun 21 '22 16:06 codeyash

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.

bangingheads avatar Jun 21 '22 16:06 bangingheads