AndroidHttpMockingExamples icon indicating copy to clipboard operation
AndroidHttpMockingExamples copied to clipboard

Is it possible to access wiremock (running in one application) from different application?

Open gowthamraj07 opened this issue 5 years ago • 0 comments

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)?

gowthamraj07 avatar Aug 21 '20 08:08 gowthamraj07