Skip to content

Commit

Permalink
Merge pull request #1 from dheimerl/master
Browse files Browse the repository at this point in the history
Changed from DIGEST to BASIC
  • Loading branch information
shrimpwagon authored Feb 19, 2018
2 parents 353461d + e76db1b commit fd663c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Switchvox/SwitchvoxClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ public function send($method, $params = [])
{
$request = Request::post($this->uri . '/' . $this->data_type)

->authenticateWithDigest($this->user, $this->password)
->authenticateWithBasic($this->user, $this->password)

->timeout($this->timeout);

Expand Down

0 comments on commit fd663c6

Please sign in to comment.