1. #Threema Groupchat after removing SSL and working around Certificate Pinning of api.threema.ch:
  2. Message Client-> Server
  3. URL https://api.threema.ch/identity/check_groupchat
  4. Status Complete
  5. Response Code 200 OK
  6. Protocol HTTP/1.1
  7. Method POST
  8. Kept Alive No
  9. Content-Type application/json; charset=utf-8
  10. Client Address /10.0.0.12
  11. Remote Address api.threema.ch/109.205.171.187
  12. {
  13. "identities": ["ARTJZY2A"]
  14. }
  15. Response:
  16. HTTP/1.1 200 OK
  17. Server nginx
  18. Date Sun, 23 Feb 2014 10:43:22 GMT
  19. Content-Type application/json; charset=utf-8
  20. Transfer-Encoding chunked
  21. Connection keep-alive
  22. {
  23. "groupChatIdentities": ["ARTJZY2A"]
  24. }