Closed jobala closed 3 years ago
Refactors URL validation technique from making a request to using regex.
N/A
Making a request to validate the URL worked but was not the best approach for a number of reasons.
Fixes #89
Do we know why we were getting SSL verification issues? Was it occurring for all endpoints?
@MIchaelMainer recent versions of Python do not have certificates installed which causes this error. You can learn more from this SO post
Overview
Refactors URL validation technique from making a request to using regex.
Demo
N/A
Notes
Making a request to validate the URL worked but was not the best approach for a number of reasons.
Testing Instructions
Fixes #89
Microsoft Reviewers: Open in CodeFlow