You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tinkerpop.apache.org by deejvince <gi...@git.apache.org> on 2018/09/16 06:26:11 UTC

[GitHub] tinkerpop issue #928: TINKERPOP-2015 Expose WebSocket configuration in Greml...

Github user deejvince commented on the issue:

    https://github.com/apache/tinkerpop/pull/928
  
    @FlorianHockmann this PR should enable  setting custom headers on the WebSocket, right? 
    
    like:
    Options.SetRequestHeader("Authorization", "Bearer " + token);
    
    Thank you,
    DjV


---