I am writing an addon to collect skinning drop items and mobs. it needs to collect information and send it to a server. I wonder if it's possible to send a request in wow addon or not and if yes guide me to any source. searching google didn't any help as most of the answer is for 2017 and before that and not sure if the wow's Shadow Land API still has those limitations.
I think it should be possible since I remember that I've seen some addons that do a new version check at the start of their load. but I couldn't find any code sample that shows me how to do it or how to do it.
any help is much appreciated.