mirror of
https://github.com/usebruno/bruno.git
synced 2026-06-11 09:51:30 +00:00
21 lines
317 B
Plaintext
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
|
|
}
|