requestly / requestly

Requestly was built to save developers time by intercepting and modifying HTTP Requests. It has now developed into an open-source alternative to Charles Proxy and Telerik Fiddler that works directly in browsers without VPN and proxy Issues. It is used by more than 200,000+ front-end developers and 11,000+ companies worldwide.
https://requestly.com
Other
2.42k stars 177 forks source link

How To Use SessionBook/Recording Feature To Capture All Requests (Documents, Images, Audio, Video) #1590

Open AdonisCodes opened 5 months ago

AdonisCodes commented 5 months ago

There isn't any documentation on this, and I am working with a server side only php webapp for scraping for a client. And can't use requestly to inspect those as they don't make any json/other common datatype requests, only page redirecting & refreshing.

AdonisCodes commented 5 months ago

I see that the implementation you guys have doesn't record on refresh. Is there any workaround as this really is an important usecase for the tool I think.

AdonisCodes commented 5 months ago

https://github.com/requestly/requestly-web-sdk/blob/master/documentation/Network.md#specifications According to the documentation of this. We can get access to request headers. I assume it is for non technical person safety. I am going to keep using the browser requests for now to inspect it easier rather than trying to create a workaround hack for this.

sagarsoni7 commented 5 months ago

You're right, SessionBook can't really help much with server-side rendered webpages. What's exactly your use case? Most of our dev users use it for frontend debugging.