Search found 2 matches

Go to advanced search

by mikevkay
Sun Apr 22, 2012 1:22 pm
Forum: Issues
Topic: REST Service Request Parameters
Replies: 2
Views: 502
 
Jump to post

REST Service Request Parameters

Max, many thanks. I followed you instructions and couldn't get it to work, but then figured out that I had to put the secret key (example: abc123) in quotes or is was looking for a varialbe abc123 so I wrote: codereturn Crypto.MD5("abc123"+"foo");/code Then it all worked....
by mikevkay
Wed Apr 18, 2012 11:10 am
Forum: Issues
Topic: REST Service Request Parameters
Replies: 2
Views: 502
 
Jump to post

REST Service Request Parameters

Hi, I'd be glad of some help here (if at all possible). I am trying to utilize a JSON API with the REST Service. The vendor's documentation directs user to send three parameters in the request body. These are: (1) hashedKey (2) salt (3) params I'm very stuck with (1) and (2). The description for the...

Go to advanced search