Hi everyone,
I’m hosting my app using https, and I’ve noticed that the API return URLs for characters, alliances and corporations pictures in plain http, you can see that on the following pages:
https://evemate.space/character/96447585
https://evemate.space/corporation/98512373
https://evemate.space/alliance/99007723
This doesn’t always happen, for example when retrieving images for Items:
https://evemate.space/item/17918
so I was wondering if there’s a way to always obtain https urls or if I have to search and replace the sources provided by the API
thank you