RosettaCodeData/Task/HTTPS-Authenticated/LiveCode/https-authenticated-1.livecode

7 lines
207 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
command getAuthWebResource
libURLFollowHttpRedirects true
libURLSetSSLVerification true
put URL "https://user:passwd@example.basicauth.com/" into response
put response
end getAuthWebResource