put URL oddity

Mark Wieder ahsoftware at sonic.net
Fri Aug 3 15:54:29 EDT 2018


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
  ahsoftware at gmail.com




More information about the use-livecode mailing list