You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "Kourge (Jira)" <ji...@apache.org> on 2019/11/26 15:55:00 UTC

[jira] [Created] (NIFI-6906) GetTwitter processor throws "invalid cookie header" exceptions when connecting to Twitter API

Kourge created NIFI-6906:
----------------------------

             Summary: GetTwitter processor throws "invalid cookie header" exceptions when connecting to Twitter API
                 Key: NIFI-6906
                 URL: https://issues.apache.org/jira/browse/NIFI-6906
             Project: Apache NiFi
          Issue Type: Bug
          Components: Extensions
    Affects Versions: 1.9.2
            Reporter: Kourge


GetTwitter processor throws "invalid cookie header" exceptions (WARN) when connecting to Twitter API:
{code:java}
org.apache.http.client.protocol.ResponseProcessCookies
Invalid cookie header: "set-cookie: guest_id=XYZ; Max-Age=63072000; Expires=Thu, 25 Nov 2021 11:08:52 GMT; Path=/; Domain=.twitter.com". Invalid 'expires' attribute: Thu, 25 Nov 2021 11:08:52 GMT
{code}
HttpClient's CookieSpec may need to be configured.
[https://stackoverflow.com/questions/36473478/fixing-httpclient-warning-invalid-expires-attribute-using-fluent-api/40697322] 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)