Sudharsan Selvaraj
Sudharsan Selvaraj
This issue has been resolved in version 10.0.0. We have now enabled user/password authentication along with team management and much more.
@AnilPatidar This issue could happen if the client's request is aborted or killed due to a timeout, and we still try to write the body to an empty response stream....
@Ordinal43 Seems like a valid use case and we’ll move forward with implementing it.
This issue has been resolved in version 10.0.0
@herby-naidz Have you followed the steps outlined in https://github.com/AppiumTestDistribution/appium-interceptor-plugin/blob/master/docs/certificate-installation.md? After installing the certificate, can run the below command and send me the screenshot of your mobile screen. ``` appium plugin...
Can you confirm if the certificate is installed properly on the device? If yes, can you check with a different emulator to see if its not an issue with the...
Is the behaviour same even if you pass `appium:intercept: true`? Can you also make sure the App you are testing have trusted to user certificates by following https://stackoverflow.com/questions/56295458/how-to-trust-a-user-added-certificate-in-android
@SubbuLomada does `appium plugin run appium-interceptor test-connection` commands opens the success page on browser? If so, then I don't think there is issues with the certificate. Even with a valid...
@SubbuLomada some errors are expected. Are you facing any internet connectivity issue/are mocks not working for your apps if the plugin is activated?
@aniket-k-mukherjee Thank you for the proposal and the solution seems promising. I recommend creating a branch and pushing the fixes incrementally to facilitate a faster feedback cycle. Looking forward to...