react-native-fetch-blob icon indicating copy to clipboard operation
react-native-fetch-blob copied to clipboard

Integration network debugging react-native-debugger

Open mschipperheyn opened this issue 8 years ago • 2 comments

In order to debug some issues I'm having I would like to see the network request (url, headers, cookies, request, response, etc). In my case, I particularly want to verify that the session and rememberme cookies are being sent.

These days react-native-debugger supports this option for regular fetch requests, but I don't see the RNFetchBlob request show up in the network tab.

Is there a way I can enable this?

mschipperheyn avatar Oct 25 '17 15:10 mschipperheyn

I tried using the RNFetchBlob whatwg-fetch polyfill in the hope that the request would show up in Network debugging. However, the opposite happens. If you use whatwg-fetch through RNFetchBlob, network debugging stops working entirely.

mschipperheyn avatar Nov 06 '17 13:11 mschipperheyn

Same issue. Request doesn't show up in network tab.

zasyadev avatar Jun 30 '18 07:06 zasyadev