-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ninja Forms download fails #67
Comments
Should we integrate a fallback request using |
@mcaskill Should we just make it |
We could. Maybe we should switch all EDD plugins to In my fork of this Composer plugin, I've switched only Ninja Forms to Given no one else has noticed / encountered / raised the issue, we could do nothing about it for now. |
Sounds good, lets wait for customer support to get back to take a call on what to do. |
This ticket is mainly for informational purposes.
For the past two weeks, this Composer plugin has been unable to fetch the download URL for Ninja Forms add-ons.
If I change the internal API request from
GET
toPOST
, it works.On May 24th, I contacted support about the issue. They replied that they would look into it.
On June 9th, I figured out why
GET
requests are not working:Ninja Forms introduced a cookie consent banner that stores a
nf_cc
cookie.If this cookie is not defined when making the API request, their server returns the HTML home page.
If this cookie is defined when making the API request, their server returns the expected JSON response.
I've updated support about the issue. Awaiting their response.
The text was updated successfully, but these errors were encountered: