Quantcast
Channel: LiveCode Forums
Viewing all articles
Browse latest Browse all 821

Internet • Get text from a web page that requires a username and password

$
0
0
Im trying to get some data from a website that uses a username and password

the URL

https://username:password@www.sampleurl ... /accounts/

works fine in a web browser, but the code

CODE:

put "https://username:password@www.sampleurl.com/v1/accounts/" into tUrlput URL tURL into tResultanswer tResult
returns nothing. Is there another way to do this with Livecode as it seems to get thrown by the username and password into the URL

Thanks

Statistics: Posted by andyh1234 — Sat Oct 26, 2024 9:14 pm



Viewing all articles
Browse latest Browse all 821

Trending Articles