I am using a qml WebEngineView to show a login/signup view (provided by a Rails server). On successful login, the server provides a jwt authentication token in the http headers of the response. How can I get this header from the web engine? Do I need to use a webengine widget instead of qml?