Learn R Programming

securitytxt (version 0.1.1)

sectxt_url: 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

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

Run the code above in your browser using DataLab