ID 580246 - Client API rejects Http1 to Http2 upgrade headers

Follow

Problem summary

Client API rejects Http1 to Http2 upgrade headers

 

Customer reported version

Flix 7.0.1

 

Customer reported platform

Windows/OSX

 

Steps to reproduce

1)Create a script in Storyboard Pro to check the health status of the Flix client http://localhost:3000/health

2)Run the script from Storyboard Pro 2022

3)

Expected behaviour
200 OK response

 

Actual behaviour
RemoteHostClosedError response

 

Workaround
Add a line in your code to disable HTTP2

request.setAttribute(19, false);

or use Storyboard Pro 2024

 

Reproduced by support

This bug has been reproduced in:
Flix 7.0.1

    We're sorry to hear that

    Please tell us why