Search found 2 matches

by martin.duran
Fri Aug 16, 2013 3:12 pm
Forum: Plugins e Patch
Topic: API connection error [solved]
Replies: 3
Views: 6442

Re: API connection error

Hi, i finally got it worked! Just set the ContentType to "application/x-www-form-urlencoded" and the content that is written to the stream like GET format: param1=value1&param2=value2...

Thanks!!
by martin.duran
Wed Aug 14, 2013 8:31 pm
Forum: Plugins e Patch
Topic: API connection error [solved]
Replies: 3
Views: 6442

API connection error [solved]

Hi, i'm trying to make a call to the REST API from C#, but i always receive this message: {"success":false,"error":104,"message":"Authorization header value doesn't match"} The X-Authorization hash is well generated ...