I have 2 websites that have elite gravity forms installed. I am trying to have submissions sent from Site A to be entered into site b as well. I have webhooks installed on Site A, however when a submission goes in, I am redirected to site b. Site be has logging on and I am getting the following
2023-03-30 11:42:01.651314 - DEBUG → GFWebAPI::authenticate(): Running.
2023-03-30 11:42:01.651401 - DEBUG → GFWebAPI::authenticate(): Could not authenticate, permission denied.
2023-03-30 11:42:01.651423 - DEBUG → GFWebAPI::die_permission_denied(): Running.
My current url to send to might be incorrectly configured. The current url is https://www.example.com/gravityformsapi/entries , example is replaced with my domain.
How do I pass authentication to site b? Any help will be appreciated