ChuckerTeam / chucker

🔎 An HTTP inspector for Android & OkHTTP (like Charles but on device)
Apache License 2.0
3.97k stars 351 forks source link

Add Host IP address in the overview and sharable #1180

Open FarshidRoohi opened 9 months ago

FarshidRoohi commented 9 months ago

:camera: Screenshots

:page_facing_up: Context

I needed to know the IP address of each request because each request might be directed to a specific server with a specific IP address. Having the CDN IP address can be very helpful in troubleshooting issues. Therefore, I thought it would be useful for other developers as well, and that's why I added this information.

:pencil: Changes