lego/providers/dns/internal/clientdebug/testdata/headers.txt
Ludovic Fernandez da8280ac49
chore: add debug transport on DNS API clients (#2692)
Co-authored-by: Dominik Menke <git@dmke.org>
2025-10-29 18:18:38 +00:00

32 lines
582 B
Text

[HTTP Request]
GET /path-aaaa-aaaa?foo=query-aaaa-aaaa HTTP/1.1
Host: {{ .Host }}
User-Agent: Go-http-client/1.1
Content-Length: 37
Api-Key: ***
Auth-Token: ***
Authorization: ***
Secret-Request-Header: ***
Super-Secret-Request-Header: ***
Token: ***
X-Api-Key: ***
X-Api-Secret: ***
X-Auth-Token: ***
X-Authorization: not-redacted
X-Token: ***
Accept-Encoding: gzip
{
"foo": "request-body-aaaa-aaaa"
}
[HTTP Response]
HTTP/1.1 200 OK
Content-Length: 37
Content-Type: text/plain; charset=utf-8
Date: {{ .Date }}
Secret-Response-Header: ***
{
"bar": "response-body-aaaa-aaaa"
}