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

Two patches to make the client work better with a picky resource #105

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

Conversation

ferrix
Copy link

@ferrix ferrix commented Jan 21, 2012

I have a picky backend that has two features not supported by the Client class.

a) It wants JSON in the POST body instead of x-www-form-encoded, so I peek into the headers and don't overwrite Content-Type if it is already set, default behavior remains
b) cares about the Authentication realm bit, I added a parameter that sets the realm in the request, default behavior remains.

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.

1 participant