E edsicard Member Licensed User Longtime User Aug 24, 2013 #1 I can't find any details on web service security except that there are user name and password properties. Need Web Service SHA-1 Code or description of security
I can't find any details on web service security except that there are user name and password properties. Need Web Service SHA-1 Code or description of security
Erel B4X founder Staff member Licensed User Longtime User Aug 25, 2013 #2 SSL connections are handled internally by the HttpClient library. What do you mean with: "Need Web Service SHA-1 Code or description of security"? You can calculate SHA-1 hash with the Encryption library. Upvote 0
SSL connections are handled internally by the HttpClient library. What do you mean with: "Need Web Service SHA-1 Code or description of security"? You can calculate SHA-1 hash with the Encryption library.
E edsicard Member Licensed User Longtime User Aug 25, 2013 #3 Sorry I wasn't clear. Need to get data from a secure web service. The service uses md5 or sha1 hashing of url parameters and returns JSON. I looked at encryption lib but this is so new to me and really could use some example code as a starting point. Thanks Upvote 0
Sorry I wasn't clear. Need to get data from a secure web service. The service uses md5 or sha1 hashing of url parameters and returns JSON. I looked at encryption lib but this is so new to me and really could use some example code as a starting point. Thanks
Erel B4X founder Staff member Licensed User Longtime User Aug 26, 2013 #4 Can you give an example of a http request? Upvote 0