tekkamanendless / iaqualink

Go package for talking with iAquaLink pool robots, including Polaris robots.
MIT License
7 stars 2 forks source link

Using MITM to Inspect API #11

Open Kanishkaz opened 1 year ago

Kanishkaz commented 1 year ago

Hi,

I'm trying to find details on an API call to iAqualink to turn on my Heat Pump.

I tried MITM on my machine with an Android phone that has iAqualink running. But this didn't work. Are you able to share any specific details on the MITM setup that may help?

Thanks

tekkamanendless commented 1 year ago

Sure. What do you mean that it didn't work? Were you able to see any traffic? No matter what, you should be able to see the login operation. Traffic could also be over web sockets, which might look different than you expect for normal HTTP GET/POST operations.