You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ambari.apache.org by "Yusaku Sako (JIRA)" <ji...@apache.org> on 2014/01/17 21:35:19 UTC

[jira] [Created] (AMBARI-4337) Document the fact that X-Requested-By HTTP header needs to be passed for non-GET API calls

Yusaku Sako created AMBARI-4337:
-----------------------------------

             Summary: Document the fact that X-Requested-By HTTP header needs to be passed for non-GET API calls
                 Key: AMBARI-4337
                 URL: https://issues.apache.org/jira/browse/AMBARI-4337
             Project: Ambari
          Issue Type: Task
          Components: documentation
    Affects Versions: 1.4.2
            Reporter: Yusaku Sako
             Fix For: 1.5.0


Ambari 1.4.2 added CSRF prevention by default.
This means that non-GET calls now require the "X-Requested-By" header.  The API reference doc should be updated to reflect this change.
Also, we should mention that this behavior can be turned off (at the risk of allowing CSRF) by modifying /etc/ambari/conf/ambari.properties and setting api.csrfPrevention.enabled=false.



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)