General
Unable to properly remove Authorization
header
When utilizing the default functionality of the plugin to add an Authorization
header to every outgoing request, it can be difficult to remove this header subsequently. This is because UE only provides the option to set default headers, but not to remove them. To circumvent this limitation, it is recommended to manually set the header for each individual outgoing request instead of relying on the plugin.
Unable to properly use Implicit flow
When utilizing the platform’s browser, the token is being returned as a fragment parameter in the URL. However, Unreal’s web server implementation does not support the retrieval of this parameter (nor of the entire URL) therefore, the plugin is unable to retrieve the token. This is the main reason for using the Authorization Code flow.