Data update
This commit is contained in:
parent
8e4e15fa56
commit
72eb4943cb
1853 changed files with 35514 additions and 9441 deletions
5
Task/HTTPS-Authenticated/Wren/https-authenticated.wren
Normal file
5
Task/HTTPS-Authenticated/Wren/https-authenticated.wren
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
import "os" for Process
|
||||
|
||||
var userPwd = "admin:admin"
|
||||
var url = "https://httpbin.org/basic-auth/admin/admin"
|
||||
Process.exec("curl", ["-u", userPwd, url])
|
||||
Loading…
Add table
Add a link
Reference in a new issue