You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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"
The text was updated successfully, but these errors were encountered:
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"
The text was updated successfully, but these errors were encountered: