简体   繁体   中英

How to monitor http requests in order to see my header request in my ios app built in react native

I am developing an IOS app using React Native and I am trying to figure out how to monitor my http requests which comes out from my app to my server. I tried looking in Network tab in the chrome but I didn't see my ajax requests.

Thanks,

您可以使用Charles Web调试代理

You can turn on http logging at your server end. Server's can log the whole request payload. If you don't have access to the server, then you can use a passthrough proxy to capture the requests as well.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM