On 08/03/2018 10:07 AM, Stephen MacLean via use-livecode wrote:
Hi All,

I’m experiencing at put URL oddity:

Entering: put URL "https://www.google.com” into the message box returns the 
HtML for the google home page, which is what I expect.

Entering: put URL "https://www.milfordmirror.com/“ returns absolutely nothing, 
no errors, no content whatsoever. Just empty. Not what I expect.

Using Chrome's developer tools I can see no redirection going on here.

Watch your use of double quotes there. Your final character is a 'smart' quote (%E2). If I fix that then the put statement works fine.

--
 Mark Wieder
 ahsoftw...@gmail.com

_______________________________________________
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to