6 lines
137 B
Bash
Executable file
6 lines
137 B
Bash
Executable file
#!/usr/bin/sh
|
|
|
|
curl -v http://localhost:8085/login \
|
|
--cookie-jar "tmp/.curl-cookies" \
|
|
-d login="test" \
|
|
-d password="test"
|