sectxt_url: Determine security.txt URL for a given site/URL

Description Usage Arguments Value Examples

View source: R/RcppExports.R

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

1

Arguments

url

URL

Value

character vector

Examples

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

Example output

[1] "https://securitytxt.org/.well-known/security.txt"

securitytxt documentation built on Aug. 19, 2019, 5:03 p.m.