Files
bruno/tests/interpolation/prompt-variables/fixtures/collection/http-folder/https-request-with-ca.bru
2025-11-17 20:12:20 +05:30

18 lines
186 B
Plaintext

meta {
name: https-request-with-ca
type: http
seq: 1
}
post {
url: https://localhost:8081/api/echo/json
body: json
auth: inherit
}
body:json {
{
"body": "test"
}
}