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

At least the credentials should be in post data #46

Open
johanv opened this issue Jan 29, 2015 · 2 comments
Open

At least the credentials should be in post data #46

johanv opened this issue Jan 29, 2015 · 2 comments
Labels

Comments

@johanv
Copy link
Contributor

johanv commented Jan 29, 2015

Now all is passed as url parameters.

WCF expects one object as post data, and is able to convert this to json (RequestFormat = WebMessageFormat.Json). I tried this, so I can create {"api_key"="blabla", "site_key"="yadayada"}. Which is not accepted by the CiviCRM api.

I guess I'll need a custom converter that generates "api_key"="blabla"&"site_key"="yadayada"

@johanv johanv added the bug label Jan 29, 2015
@johanv
Copy link
Contributor Author

johanv commented Jan 29, 2015

@johanv
Copy link
Contributor Author

johanv commented Jan 29, 2015

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

No branches or pull requests

1 participant