The question of "403 Forbidden"

2023-07-31 Thread Zhiyi Ni
Hello, I have some questions and hope to get your help. According to the REST API, I performed the following operations in PostMan: 1. Request the following address to get access token | POST https://:/nifi-api/access/token with body: { "username": xxx, "password": xxx } | The request return

Re: The question of "403 Forbidden"

2023-07-31 Thread Bryan Bende
Hello, It looks like your user has READ permissions to the resource, but not WRITE permissions. You will need to check your access policies related to the processor and/or the parent process group hierarchy. Thanks, Bryan On Mon, Jul 31, 2023 at 8:09 AM Zhiyi Ni wrote: > Hello, I have some qu

Re: The question of "403 Forbidden"

2023-07-31 Thread David Handermann
Hi Zhiyi Ni, Thanks for contacting the developer list and describing the problem details. I also replied on the Apache NiFi Slack thread [1], but responding here for future reference. It sounds like the HTTP client is receiving the HTTP 403 Forbidden response as a result of Cross-Site Request For