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
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
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
Thanks
Statistics: Posted by andyh1234 — Sat Oct 26, 2024 9:14 pm