mirror of
https://github.com/Orange-OpenSource/hurl.git
synced 2024-12-26 12:32:06 +03:00
4 lines
283 B
Plaintext
4 lines
283 B
Plaintext
curl 'http://bob:secret@localhost:8000/basic-authentication-per-request'
|
|
curl 'http://localhost:8000/basic-authentication-per-request' -H 'Authorization: Basic Ym9iOnNlY3JldA=='
|
|
curl 'http://localhost:8000/basic-authentication-per-request' -H 'Authorization: Basic Ym9iOnNlY3JldA=='
|