Debugging HTTP -> Make an OAuth 2.0 request module - Setting up a connection
Hello,
is there anybody using the HTTP -> Make an OAuth 2.0 request module in Fusion to authorise to an API using OAuth?
I am trying to set up a new connection, but always end in an error message:
{
"detail": "Cannot read properties of null (reading 'basic')",
"message": "Bad Request",
"code": "SC400",
"statusCode": 400,
"suberrors": []
}
I know, that the authorization should work, as it does in Postman or directly using the url with all query parameters in the browser.
Unfortunately Fusion does not provide any possibilities to debug the issue, as the developer tools do not track setting up new connections.
Thanks in advance.
Regards
Lars