Love Fuel?    Donate

FuelPHP Forums

Ask your question about FuelPHP in the appropriate forum, or help others by answering their questions.
cURL digest
  • Hello,

    I'm trying to call data with a curl digest.
    In core/controller/rest.php, the method _prepare_digest_auth has : 
    $digest_params = explode(', ', $digest_string);

    but, when I debug $digest_string, there is no space. When I remove the space in the explode, it works.

    But in another server, there are spaces.
    It may become from a config, I don't know yet.
    It would be cool that the code doesn't care about config ;)

    I'm on wamp, the other server run on xamp.
  • Can you check if it is using "PHP_AUTH_DIGEST" or "HTTP_AUTHORIZATION"? 

    Might be a Windows thing we need to take into account...
  • It's works.
    Great ! 
    thanks
  • Cool, thanks for the feedback!

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

In this Discussion