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.

sectxt_url(url)

Arguments

url

URL

Value

character vector

Examples

# NOT RUN {
sectxt_url("https://securitytxt.org/this/that/the/other.html")
# }