AppiumTestDistribution / appium-interceptor-plugin

Appium 2.0 plugin to mock api calls for android apps
29 stars 11 forks source link

need help to setup proxy #26

Open mpvishal opened 7 months ago

mpvishal commented 7 months ago

i have tried to setup proxy in system

export http_proxy='myproxy:port'

but appium did not use system proxy for request it use system's network IP.

how can i solve this issue.

thanggggg1 commented 2 months ago

Do you have solution for this @mpvishal