You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 22, 2024. It is now read-only.
I'm working with an API that uses redirects. craft3-jsonclient can't access the parts of the API that use redirects. This can be fixed by adding the following config to the getUrl() method:
curl_setopt($ch, CURLOPT_FOLLOWLOCATION, 1);
Would you consider making this change?
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I'm working with an API that uses redirects. craft3-jsonclient can't access the parts of the API that use redirects. This can be fixed by adding the following config to the getUrl() method:
Would you consider making this change?
The text was updated successfully, but these errors were encountered: