mirror of
https://github.com/usebruno/bruno.git
synced 2026-06-11 09:51:30 +00:00
22 lines
297 B
Plaintext
22 lines
297 B
Plaintext
meta {
|
|
name: direct
|
|
type: http
|
|
seq: 2
|
|
}
|
|
|
|
get {
|
|
url: http://localhost:19000/direct
|
|
body: none
|
|
auth: none
|
|
}
|
|
|
|
assert {
|
|
res.status: eq 200
|
|
}
|
|
|
|
tests {
|
|
test("request bypassed proxy (system PAC returned DIRECT)", function() {
|
|
expect(res.headers['x-proxied']).to.be.undefined;
|
|
});
|
|
}
|