AndroidHttpMockingExamples
AndroidHttpMockingExamples copied to clipboard
Is it possible to access wiremock (running in one application) from different application?
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)?