Any progress on installing Charles certificates on Roku Devices & enabling the Charles proxy (Mac OS & Windows 10)?
Could you please send me at manjeet@fusionitechnologies.com the mail how to get HTTP log in Charles?
Could you please send me at halina.kozlovskaya@gmail.com the mail how to get HTTP log in Charles?
I use mac- mini with macOS Big Sur 11.6.8 and test using Roku streaming Stick
Tried
1) Connect ethernet cable to Mac's ethernet port
2) Go to System Preferences -> Sharing -> Internet Sharing
3) Under "Share your connection from: ", select your Ethernet. Then under "To computers using: ", select Wi-Fi.
4) Connect Roku device to mac-mini wi-fi
5) Start up Charles and take note of the HTTP Proxy port set under Proxy Settings, by default its 8888. Make sure "Enable transparent HTTP Proxying" is checked.
6) To route all traffic to the Charles proxy, we need to set the following Port Forwarding rule in the OS X terminal:
echo "
rdr pass inet proto tcp from any to any port http -> 127.0.0.1 port 8888
rdr pass inet proto tcp from any to any port https -> 127.0.0.1 port 8888
rdr pass inet proto udp from any to any port http -> 127.0.0.1 port 8888
rdr pass inet proto udp from any to any port https -> 127.0.0.1 port 8888
" | sudo pfctl -ef -
Before setting Forwarding rules, on Roku device everything works ok, but after setting rules, channels don't run ('No internet connection' is shown) and in Charles few http requests are shown (even not from channels that I try to launch and run)