Skip to content

Commit

Permalink
Deployed 8e6edde with MkDocs version: 1.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Oct 3, 2023
1 parent ae78510 commit bde6ac0
Show file tree
Hide file tree
Showing 4 changed files with 102 additions and 102 deletions.
2 changes: 1 addition & 1 deletion level101/python_web/url-shorten-app/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2180,7 +2180,7 @@ <h3 id="3-is-url-valid">3. Is URL Valid?</h3>
<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>
Expand Down
2 changes: 1 addition & 1 deletion search/search_index.json

Large diffs are not rendered by default.

Loading

0 comments on commit bde6ac0

Please sign in to comment.