#1
I'm an average config maker, usually mobile API's are easy to deal with but I'm trying to create a config using a mobile API. The API uses Digest Authentication Access meaning it's a bit more complicated than the usual Basic Authentication which only uses base64 encoding. I've looked into how the MD5 response is generated and tried to replicate the MD5 response using the data provided by the server but I can't seem to get the same response. 

If anyone can help me out I'll gladly pay you.