Files
PLG-MuDiCS/display/requests/openWebsite.bru
T

23 lines
231 B
Plaintext

meta {
name: openWebsite
type: http
seq: 10
}
patch {
url: 127.0.0.1:1323/api/openWebsite
body: json
auth: inherit
}
body:json {
{
"url": "https://example.com"
}
}
settings {
encodeUrl: true
timeout: 0
}