This tool extracts only non-secure (http) URLs from your text. It provides flexible options so you can extract every non-secure URL, extract only non-secure URLs matching specified substrings, extract non-secure URLs except those containing specified substrings, or format the extracted non-secure URLs using a custom format. Simply enter your text and select the extraction mode that suits your needs.
Examples:
Extract All Non-Secure URLs
Extracts every URL that begins with "http://" from the text.
Visit http://insecure.com and https://secure.com for more info.
http://insecure.com
Extract Only Non-Secure URLs Matching Specified Substrings
Only extracts non-secure URLs that contain the specified substring (e.g., "example").
Visit http://example.com and http://insecure.org for details.
http://example.com
Extract All Except Non-Secure URLs Containing Specified Substrings
Extracts every non-secure URL except those that contain the specified substring (e.g., "org").
Visit http://example.com and http://insecure.org for details.
http://example.com
Extract Non-Secure URLs with Custom Format
Each extracted non-secure URL is formatted using a custom format (e.g., wrapping in square brackets).
Go to http://insecure.com now.
[http://insecure.com]