Nothing
structure(list(
method = "GET", url = "http://httpbin.not/basic-auth/user/passwd",
status_code = 200L, headers = structure(list(
Date = "Tue, 30 Nov 2021 20:15:06 GMT",
`Content-Type` = "application/json", `Content-Length` = "47",
Connection = "keep-alive", Server = "gunicorn/19.9.0",
`Access-Control-Allow-Origin` = "*", `Access-Control-Allow-Credentials` = "true"
), class = "httr2_headers"),
body = charToRaw("{\n \"authenticated\": true, \n \"user\": \"user\"\n}\n")
), class = "httr2_response")
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.