wdaproxy icon indicating copy to clipboard operation
wdaproxy copied to clipboard

Using another proxy other than 8100

Open KingHueyy opened this issue 6 years ago • 6 comments

Hello, is it possible to use a proxy other than 8100? I can get my build running on the phone utilizing other proxies like 8102 or 8103 but when I try and run wdaproxy 8102 I get “502 Bad Gateway”. Can you advise?

KingHueyy avatar Apr 13 '19 03:04 KingHueyy

Yes, now only support device wda listen port is 8100

codeskyblue avatar Apr 14 '19 01:04 codeskyblue

Why is that? Can I adjust something so it’s not just 8100? I’m trying to run multiple instances for connected devices.

KingHueyy avatar Apr 14 '19 18:04 KingHueyy

8100 is listening on the device, so you no need to change it. wdaproxy listen port can be changed by --port

codeskyblue avatar Apr 16 '19 08:04 codeskyblue

I have the build running on 8102 and when I run WDAProxy via --port 8102 I get "502 Bad Gateway"

KingHueyy avatar Apr 16 '19 15:04 KingHueyy

I have solved this. The command line needs to run 8100 to match iproxy / local host and then you can port forward from their using WDA proxy. Thanks for your help!

KingHueyy avatar Apr 16 '19 16:04 KingHueyy

I have solved this. The command line needs to run 8100 to match iproxy / local host and then you can port forward from their using WDA proxy. Thanks for your help!

Hey @KingHueyy that is awesome! Bit of a noob here so do you mind explaining detailed steps for this? I'm trying to achieve something similar.

Do i need to run iproxy first and then wda? I have established a connection to the phone before and could use airtest wireless from pc - > iphone but now I'm just getting 502 bad gateway error.

Please just go through your set up steps if possible : )

LeeKayBee avatar Nov 15 '19 10:11 LeeKayBee