Reviewed-on: #34 Co-authored-by: Janis <janis.e.20@gmx.de> Co-committed-by: Janis <janis.e.20@gmx.de>
27 lines
296 B
Plaintext
27 lines
296 B
Plaintext
meta {
|
|
name: Login
|
|
type: http
|
|
seq: 2
|
|
}
|
|
|
|
post {
|
|
url: {{host}}/login
|
|
body: formUrlEncoded
|
|
auth: inherit
|
|
}
|
|
|
|
body:form-urlencoded {
|
|
username: Janis
|
|
password: password123
|
|
}
|
|
|
|
body:multipart-form {
|
|
username: Janis
|
|
password: password123
|
|
}
|
|
|
|
settings {
|
|
encodeUrl: true
|
|
timeout: 0
|
|
}
|