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

16 lines
226 B
Plaintext

meta {
name: oauth-callback-fragment
type: http
seq: 32
}
get {
url: http://localhost:8081/api/echo/anything/callback#access_token=abc123&token_type=Bearer
body: none
auth: none
}
settings {
encodeUrl: false
}