Share:
An update to our middleware had an unintended side effect: HTTP redirection stopped automatically including the host in the request. This created an issue only if you were using one of our old integration libraries to implement a server-side Proxy URL. In these rare cases, your users would not be redirected properly at the end of the OAuth flow and they would have to manually close the popup window. Once we detected the issue, we fixed it and added a regression test.