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. "
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. "
Issue Comments
.live domain appears invalid.
URL checking needs to support additional domains like .live, .club etc