Why does the Requestly API always take so long to load? This causes significant difficulties when I am doing development work. This issue needs to be fixed. The Requestly API UI is excellent, and its local network section is great, but you need to work on common loading issues and speed optimization.
Currently, i am facing an issue where the same curl for a post request has empty request.data when it deserializing inside django methods but same curl is working fine when run via postman. Has any one else ever faced this issue ? Its very strange i know i am passing the right content-type and make the same request from both applications (requestly and postman)!! Let me know if this is a known bug or i am missing something.
I'd love to be able to redirect from URLs that look like this:
https://old.reddit.com/user/jimsmith
to this:
https://sh.reddit.com/user/jimsmith/submitted/
In my case, jimsmith is the wildcard. How can I set up my rules to get this working?