facebook / flipper

A desktop debugging platform for mobile developers.
https://fbflipper.com/
MIT License
13.34k stars 954 forks source link

Feature Request: Modify network request #2974

Open Alok-Sharma opened 3 years ago

Alok-Sharma commented 3 years ago

Love Flipper, and have been using the 'mock' response feature for a while. However, it would be great if we could modify the request before it's made. For example, sometimes I need to modify the request headers before the call is made. Currently, I see no way of doing this.

nikoant commented 2 years ago

We are happily accepting PRs on that!

bangarharshit commented 2 years ago

interested in sending a PR here. I can think of 2 tabs here - 1 for request headers and another for response headers.