Hi Richard,

What version of LC are you using?

If I run the following code in LC 9.0.0, I get an answer dialog indicating a 
404 error was returned:

on mouseUp
   get URL “https://downloads.techstrategies.com.au/blah”
   if the result is not empty then
      answer the result
   end if
end mouseUp

Cheers,

Charles

> On 29 Jun 2018, at 5:29 am, Richard Gaskin via use-livecode 
> <use-livecode@lists.runrev.com> wrote:
> 
> 1. When attempting to get a URL that should return 404, "the result" is 
> empty.  Is this a known issue, or should I file a new report?
> 
> 2. I don't need tsNet for what I'm working on at the moment - how do I turn 
> it off?
> 
> This older recommendation no longer seems to do the trick:
> 
>   dispatch "revUnloadLibrary" to stack "tsNetLibURL"
> 
> -- 
> Richard Gaskin
> Fourth World Systems
> Software Design and Development for the Desktop, Mobile, and the Web
> ____________________________________________________________________
> ambassa...@fourthworld.com                http://www.FourthWorld.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
> 


_______________________________________________
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
  • tsNet issues Richard Gaskin via use-livecode
    • Re: tsNet issues panagiotis merakos via use-livecode
    • Re: tsNet issues Charles Warwick via use-livecode

Reply via email to