Skip to content
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

Add HTTP Basic Auth support #102

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Add HTTP Basic Auth support #102

wants to merge 3 commits into from

Conversation

swarnat
Copy link

@swarnat swarnat commented Jul 25, 2015

Hy,

During setup of a new shop HTTP Basic Authentication is active in some case.
This modification implement the HTTP Basic Authentication to allow the usage of the REST API also within such setup.
It is already tested in my agency. I only change code formatting.

If you find it useful, feel free to implement the code.
If not, I will understand if the situation is too special to implement globally.

Stefan

@wider2
Copy link

wider2 commented Aug 25, 2015

Good day.
This application is well enough, but...
I agree that Basic Auth no longer works properly
When I check connection with "print_r($client->index->get());" and it is look like correct

But blank screen without json data returned with "print_r( $client->products->get() );"
Is it normal???

Can you upload last working version on GitHub?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants