View Single Post
09-24-21, 01:05 AM   #1
reysattv
A Kobold Labourer
Join Date: Sep 2021
Posts: 1
Use html codes in lua

Hello

First of all I have to say I'm very very new to lua and wow addons so please if you know the answer please explain to me very simple xD

I'm trying to use an api system to submit a from with a wow addon , I've done a few research and most of people said It's not possible Blizzard blocked this and you can't send a html request with wow addon

I've seen some addons (like TomCat) is currently called a html page using xml

I've tried to do the same but it didn't worked for me , all I need right now is to use html codes on my wow addon

For example if user typed /cmd test in chat , all I need is to pass that test to my api system
  Reply With Quote