Can anyone help with this please?
I am learning Unity and the emby api, and diving in well past the deep end..
I am getting a 400 bad response when trying to use "/emby/Users/AuthenticateByName"
when i manually use the same headers and json data on the http://swagger.emby.media page, i get a successful response.
from that i understand
i need to set a header and post some json data
i can get a successful response in Unity from simpler api methods like /System/Info which dont require posting json and setting headers.
anyone out there got a unity app to work on the api? that coul