You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by alopresto <gi...@git.apache.org> on 2018/10/06 23:25:36 UTC

[GitHub] nifi issue #3024: NIFI-5595 - Added the CORS filter to the templates/upload ...

Github user alopresto commented on the issue:

    https://github.com/apache/nifi/pull/3024
  
    Verified by sending curl POST commands with a client certificate to upload a template. With the `Origin` header set to a remote domain, the request is blocked with the response "Invalid CORS request". 
    
    Ran `contrib-check` and all tests pass. +1, merging. 


---