View Single Post
06/16/20, 03:05 AM   #4
Baertram
Super Moderator
 
Baertram's Avatar
WoWInterface Super Mod
AddOn Author - Click to view addons
Join Date: Mar 2014
Posts: 4,989
RequestOpenUnsafeURL() only supports http and https so far as I know.
We had asked to support other links like teamSpeak3, discord etc. as well.

Curious how this works:
You save some data to the SavedVariables of an addon and let an external source (script, executable) parse the SV file + send it as http request then?
As SV will only be updated at reloadui/logout normally: Do you use the "priority update of small data to the SavedVariables" that Zos introduced?

Edit:
Oh I understood it now You use the http link of the github website and RequestOpenUnsafeURL() with the location data as URL ?a=<parameter>

Last edited by Baertram : 06/16/20 at 03:08 AM.
  Reply With Quote