sectxt_url {securitytxt}R Documentation

Determine security.txt URL for a given site/URL

Description

Provide any URL for a resource and retrieve the URL for the security.txt file. Strips off extraneous URL components and appends .well-known/security.txt.

Usage

sectxt_url(url)

Arguments

url

URL

Value

character vector

Examples

sectxt_url("https://securitytxt.org/this/that/the/other.html")

[Package securitytxt version 0.1.1 Index]