You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I wanted to play with API and couldn't figure out why /Users/AuthenticateByName throws error. Only after inspecting request in browser's dev tools I found X-Emby-Authorization header and then had to go to server source to understand how to construct value for the header. I know there're SDKs but I don't need / want to use them.
The text was updated successfully, but these errors were encountered:
I wanted to play with API and couldn't figure out why
/Users/AuthenticateByName
throws error. Only after inspecting request in browser's dev tools I foundX-Emby-Authorization
header and then had to go to server source to understand how to construct value for the header. I know there're SDKs but I don't need / want to use them.The text was updated successfully, but these errors were encountered: