I configured Wiremock in my android application to simulate a file download. and I use Android DownloadManager to download the file. But I always receive an HTML response. Is it possible to access wiremock running in my application from a different application (for example Download Manager)?
I configured Wiremock in my android application to simulate a file download. and I use Android DownloadManager to download the file. But I always receive an HTML response. Is it possible to access wiremock running in my application from a different application (for example Download Manager)?