We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f33194 commit d1f57f3Copy full SHA for d1f57f3
packages/bruno-tests/collection/scripting/api/bru/cookies/Redirect Cookie Save.bru
@@ -5,16 +5,22 @@ meta {
5
}
6
7
get {
8
- url: https://httpbun.com/mix/s=302/c=foo:bar/r=https%3A%2F%2Fhttpbun.org%2Fget
+ url: http://localhost:8081/api/mix?s=302&c=foo:bar&r=http://127.0.0.1:8081/query
9
body: none
10
auth: inherit
11
12
13
+params:query {
14
+ s: 302
15
+ c: foo:bar
16
+ r: http://127.0.0.1:8081/query
17
+}
18
+
19
tests {
20
const jar = bru.cookies.jar()
21
22
const cookieData = await jar.getCookie(
- "https://httpbun.com",
23
+ "http://localhost:8081",
24
"foo"
25
);
26
0 commit comments