Fix error dispatching webhook with auth credentials
Review Request #11191 — Created Sept. 21, 2020 and submitted — Latest diff uploaded
The error was:
AttributeError: 'SplitResult' object has no attribute 'params'
The 5-tuple used for rebuilding the URL was missing the
fragment
element instead.