Add url, headers to webEvent

i’m screwing around with trying to write an app that will use quickbooks online. qbo, like most services, has a user oauth2 flow that involves a redirect uri. embedded in that uri is other information, such as an authorization code, access token, refresh token, etc. it is expected that my app will receive those and use them to continue the flow.
i don’t see a good way to do that in qodly cloud, but, one way to handle it, gracefully, would be if the webEvent object received the url, headers, and the body that are sent by the user’s browser during the redirect.

2 Likes