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
It is challenging to authenticate to an endpoint that expects JSON in the POST body, rather than the a url-encoded string
Any improvements you suggest
Currently, we are trying to subclass HttpAuthorizer to reimplement the authorize() method. However, we need to overwrite this entire method to change a few lines.
In the Swift library, its as simple as building a URLRequest in the requestFor() method. Can it be this easy in Java too ? 😄