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

20 lines
245 B
Plaintext

meta {
name: fragment-preserved
type: http
seq: 10
}
get {
url: http://localhost:8081/api/echo/anything/api?name=john doe#section1
body: none
auth: none
}
params:query {
name: john doe#section1
}
settings {
encodeUrl: false
}