capacitor-community / http

Community plugin for native HTTP
MIT License
209 stars 136 forks source link

Granular network debug #201

Closed CodeWithOz closed 2 years ago

CodeWithOz commented 2 years ago

Is your feature request related to a problem? Please describe. Is there a way to get the sort of granular information provided by chrome's netlog tool using this plugin?

Describe the solution you'd like I've tried using netlogs but it seems to only work using actual browser tabs on my computer.

Describe alternatives you've considered Not sure how else to achieve this.

Additional context I've come across this thread but would this only be possible using the external tools mentioned there like Charles Proxy?

thomasvidas commented 2 years ago

Not currently no, and it seems a little outside the scope of this project. Maybe I'll make a project one day like @capacitor-community/http-debug that hooks into this plugin. But for now, your best bet for debugging network requests is to use one of these. Any of these would work.

You could also use something like Wireshark but that's more for traffic on your entire network and not just the device.