Strip Host From URLs


This will strip the host and protocal from a set of urls leaving you with the the path and everything after in the URL structure. This will strip the host from a list of urls (http, https, ftp).

Add HTTP: If a url does not contain a scheme the tool will add http:// to it. This will give a better success rate to parsing your URLs, but can also cause strings that are not URLs to be parsed.URLs List: This is the list of urls that you would like the host removed.
Results

Related Tools

More Categories