Deployed 8e6edde with MkDocs version: 1.2.3

This commit is contained in:
github-actions
2023-10-03 02:24:20 +00:00
parent ae78510988
commit bde6ac0189
4 changed files with 102 additions and 102 deletions

View File

@@ -2180,7 +2180,7 @@
<p>Given a URL to shorten, how do we verify if the URL is valid? Do we even verify or validate? One basic check that can be done is see if the URL matches a regex of a URL. To go even further we can try opening/visiting the URL. But there are certain gotchas here.</p>
<ol>
<li>We need to define success criteria. ie: HTTP 200 means it is valid.</li>
<li>What is the URL is in private network?</li>
<li>What if the URL is in private network?</li>
<li>What if URL is temporarily down?</li>
</ol>
<h3 id="4-storage">4. Storage</h3>