
Per the title, I am currently building a discord bot that will send a simple web request to the compendium for a given spell name, then use the json to build a response. I was hoping I could use my own compendium access on my private server using a privately owned and controlled bot to give myself a bit of a DM tool, but I'm hitting an issue where some spells (like Ice Knife, Friends, Leomund's Tiny Hut) will not return json to my application. The web request is getting a login demand from the app instead. But other spells (like Sleep, Fireball, Alarm) all work fine. Has anyone tried building anything like this? Do I need to figure out how to log in from my application or something? Maybe I can set a cookie header from my browser? /stumped Thanks for any feedback you might have. V.