Summary
I've tried these 2 ways to try to implement something like Charles map remote which allows you to intercept requests and replace the response with another request. But I found Requestly implement these 2 features by generating a 307 http code and redirect to the new URL which doesn't work in most of my scenarios. Is this how it is designed or am I misunderstanding it?