You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@thrift.apache.org by "Tim Stavenger (JIRA)" <ji...@apache.org> on 2015/03/27 17:50:54 UTC

[jira] [Created] (THRIFT-3054) Add custom HTTP header support to THttpClient / THttpTransport

Tim Stavenger created THRIFT-3054:
-------------------------------------

             Summary: Add custom HTTP header support to THttpClient / THttpTransport
                 Key: THRIFT-3054
                 URL: https://issues.apache.org/jira/browse/THRIFT-3054
             Project: Thrift
          Issue Type: Improvement
          Components: C++ - Library
    Affects Versions: 0.9.2
            Reporter: Tim Stavenger


I'm trying to call from C++ into a HTTP Thrift server (using Java TServlet) where the servlet is secured with HTTP basic auth. The C++ THttpClient doesn't appear to support the Authentication header, or the ability to add custom headers. The headers it sends in the request are hard coded in THttpClient::flush(), with no ability to add custom defined headers.

Other languages already support this, including Java, JavaScript, Go Lang (at least from JavaDocs and other logged JIRA issues this appears to be the case).

Could we get the feature added in the C++ library?



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)