-
Notifications
You must be signed in to change notification settings - Fork 2
URL Status Checker Script #5
Copy link
Copy link
Open
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationenhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationenhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed
Create a simple script that takes a list of URLs as input and checks whether each URL is online (status code 200) or offline. The script should print the URL along with its HTTP status code.
Expected Behavior
Example Usage