Comment 20 for bug 1762511

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Related fix merged to python-zunclient (stable/rocky)

Reviewed: https://review.openstack.org/620443
Committed: https://git.openstack.org/cgit/openstack/python-zunclient/commit/?id=3adcd73ac7024ae084532d0d8fb264dad245b694
Submitter: Zuul
Branch: stable/rocky

commit 3adcd73ac7024ae084532d0d8fb264dad245b694
Author: Hongbin Lu <email address hidden>
Date: Sun Nov 25 21:46:44 2018 +0000

    Set HTTP header "Origin" when using websocket

    This is because if this header is missing, the websocket client
    will populate this header as "http://...", which is incorrect
    if we are using secure connection (in which this header should
    be "https://...").

    Change-Id: I441946dc168db645744da093e215f65fa1ca3637
    Related-Bug: #1762511
    (cherry picked from commit 67660449617b2a884735f000f922faafe69659b0)