6 lines
207 B
Text
6 lines
207 B
Text
command getAuthWebResource
|
|
libURLFollowHttpRedirects true
|
|
libURLSetSSLVerification true
|
|
put URL "https://user:passwd@example.basicauth.com/" into response
|
|
put response
|
|
end getAuthWebResource
|