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 Mar 3, 2020. It is now read-only.
The function getBasesResponses() in /src/models/Level.php should specify that it is expecting to receive json data in the curl options. This gives greater flexibility to the server hosting the base challenge.
Basically, the following line of code needs to be added to line 1136 of /src/models/Level.php:
curl_setopt($ch, CURLOPT_HTTPHEADER, array('Content-Type: application/json'));
The text was updated successfully, but these errors were encountered:
The function getBasesResponses() in /src/models/Level.php should specify that it is expecting to receive json data in the curl options. This gives greater flexibility to the server hosting the base challenge.
Basically, the following line of code needs to be added to line 1136 of /src/models/Level.php:
curl_setopt($ch, CURLOPT_HTTPHEADER, array('Content-Type: application/json'));
The text was updated successfully, but these errors were encountered: