Vaibhav Nigam
Vaibhav Nigam
If a user wants to replace multiple strings in a request URL, (s)he would have to either create multiple `Replace String` rules or add multiple conditions in the same `Replace...
As Chrome [documentation](https://developer.chrome.com/docs/extensions/mv3/intro/) introduces: > Manifest V3 represents one of the most significant shifts in the extensions platform since it launched a decade ago. Manifest V3 extensions enjoy enhancements in...
To promote changes from `master` to `production`, there is a little hack: Scroll to the bottom of the page and click "Update branch" button. Ensure `Update with merge commit` is...
If a request is triggered using `XMLHttpRequest` and `responseType` is `arraybuffer`, response could not be modified using `Modify API Response` rule.
Create a `Query Param` rule where a query parameter is to be added to a page and the query param value is a URL. The query param value is not...
In `Modify Request Body` rule, the request body can be modified using programmatic mode by defining a JS function: ```js function modifyRequestBody(args) { const { method, url, body, bodyAsJson }...
Currently, we have an upper limit of 1000000 characters for custom request body in `Modify Request Body` rule and custom response data in `Modify API Response` rule. JSON data is...
Currently, on all the pages in Requestly app, the title on browser tab is a static text i.e. `Requestly - Lightweight Proxy to Intercept & Modify HTTP(s) requests`. Instead, the...