mirror of
https://github.com/usebruno/bruno.git
synced 2026-06-15 03:41:28 +00:00
* fix: standardize URL formatting in insomnia test files * feat: add mix router for handling custom redirects and cookies * fix: add validation for redirect count to prevent infinite loops * fix: update test URLs to use local server and add query parameters for improved testing
18 lines
222 B
Plaintext
18 lines
222 B
Plaintext
meta {
|
|
name: timeout-test
|
|
type: http
|
|
seq: 3
|
|
}
|
|
|
|
get {
|
|
url: https://testbench-sanity.usebruno.com/redirect-to-ping
|
|
body: none
|
|
auth: inherit
|
|
}
|
|
|
|
settings {
|
|
followRedirects: false
|
|
maxRedirects: 0
|
|
timeout: 5
|
|
}
|