mirror of
https://github.com/go-acme/lego
synced 2026-03-14 14:35:48 +01:00
32 lines
582 B
Text
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"
|
|
}
|