Handle ports in http.redirect()
Currently behave_utils.http.redirect()
cannot handle redirecting to alternate ports. This will be necessary when accessing externally published port mappings on ephemeral ports.
The function needs a new, optional argument port: int = 0
who's true default is judged from the "prefix" and "certificate" arguments.
Although this is not a breaking change it will probably require a fair amount of work, so milestone is undecided currently.
Edited by Dom Sekotill