Hi, I am not sure if this is the right forum to be asking this, but since the question deals with using HTTPS connections maybe somebody can help me out here.
Is there any overlap in the way HTTPS connections are made from the browser and from within an application (programmatic). In other words, does the browser internally use android network APIs to establish HTTPS connections or its own custom engine? And is there a place in the source where I can study this? Thanks.