jhen0409 / react-native-debugger

The standalone app based on official debugger of React Native, and includes React Inspector / Redux DevTools
MIT License
10.36k stars 809 forks source link

Apollo graphql requests -- Provisional Headers are shown #660

Open denisk20 opened 2 years ago

denisk20 commented 2 years ago

When examining the graphql requests sent by the Apollo client in Networking tab of developer tools I see a warning "Provisional Headers are shown". It seems that the headers are missing many values, for example, authentication info. The requests themselves return a 200 response along with expected data. Why does this happen? image