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
The current version of a Spine Web client for JavaScript provides a high-level API for interacting with a Spine-based backend and carries all HTTP-related functionality. It makes tricky to:
add custom HTTP headers, e.g. "Authorization";
use non-CORS request mode;
expand client to interact with custom backend endpoints (non "/command" or "/query" ) that use similar protocol, e.i. Protobuf request/response body and the same set of auth headers;
To solve above-mentioned issues in Pure Photos we use our custom implementation of HttpClient and inject it after Spine Web client instantiation.
The text was updated successfully, but these errors were encountered:
The current version of a Spine Web client for JavaScript provides a high-level API for interacting with a Spine-based backend and carries all HTTP-related functionality. It makes tricky to:
To solve above-mentioned issues in Pure Photos we use our custom implementation of
HttpClient
and inject it after Spine Web client instantiation.The text was updated successfully, but these errors were encountered: