Files
bruno/tests/request/generate-code/collection/requests/query-double-encode.bru
2026-06-09 12:54:24 +05:30

21 lines
317 B
Plaintext

meta {
name: query-double-encode
type: http
seq: 12
}
get {
url: http://localhost:8081/api/echo/anything/login?redirect=https%3A%2F%2Fother.com%2Fcb&token=abc%2520xyz
body: none
auth: none
}
params:query {
redirect: https%3A%2F%2Fother.com%2Fcb
token: abc%2520xyz
}
settings {
encodeUrl: false
}