In version 1.80 obfuscated release, my app can't contact the internet using HttpUtils. is that because the web variable I used to store the website domain string changed during Obfuscation?
HttpUtils uses CallSub with a variable to call the JobDone and UrlDone subs.
If you have used a different sub than JobDone or UrlDone then you should add underscores to the names or these subs will not be found at runtime.