Gravatar-SDK-Android icon indicating copy to clipboard operation
Gravatar-SDK-Android copied to clipboard

`demo-app` - Allowing SSL Proxying in DemoApp

Open hamorillo opened this issue 9 months ago • 0 comments

Description

Allowing the SSL Proxying in the DemoApp simplifies testing when we want to replace the backend response.

One of the key advantages of enabling SSL Proxying is the flexibility it provides. For instance, we can leverage tools like Charles to easily override the backend response, giving testers more control over their testing scenarios.

https://www.charlesproxy.com/documentation/using-charles/ssl-certificates/

Note: Adding this configuration is not a security risk because the DemoApp will not be published (at least for now). In addition, that configuration is applied only to the debug version.

Testing Steps

  • Code review and CI should be enough. If you want to test it and have everything configured (emulator and Charles), you can verify it's working.

hamorillo avatar May 23 '24 14:05 hamorillo