Skip to main content

Questions tagged [requestly]

Requestly is Google Chrome and Mozilla Firefox web extension to setup URL Redirects, modify request and response headers, insert user scripts, modify query parameters, etc. Use Requestly tag only when you are trying to achieve a use case based on above using another Chrome Extension (or in specific Requestly) and you need help around it.

0 votes
1 answer
79 views

Using requestly replace string to reroute a local call to a live test environment

I am using the replace string rule to try and replace a content endpoint call within a test environment and replacing it with my localhost url to be able to use live data from an endpoint to test in ...
Brandon Webb's user avatar
0 votes
1 answer
109 views

Why doesn't randomization of HTTP header work with Requestly?

As part of my efforts to thwart fingerprinting, I used Google Bard to tell me how to randomize my HTTP accept headers with Requestly. However, when I go to https://amiunique.org to check my accept ...
GodOfWisdom3141's user avatar
2 votes
1 answer
3k views

Is there a way to make my HTTP rules work for iOS simulator with Requestly?

I'm using requestly to replace certain network calls with local calls, so I can develop and debug my JS code on a live website. I'm trying to do the same now through iOS simulator, but found no way to ...
SirDemon's user avatar
  • 141
0 votes
1 answer
167 views

Redirect Twitter Home to Twitter Notifications using Chrome Extension?

I'm trying to automatically forward all requests to twitter.com/home to twitter.com/notifications . I am trying to use Requestly Chrome & Firefox extension to set up the redirect but the following ...
Sachin Jain's user avatar
1 vote
1 answer
398 views

How to add a parameter to a website (Twitter) using Chrome Extension?

I want add a parameter to a Twitter URL (removing the one that's there if there is one already) Using this URL as an example, https://twitter.com/RequestlyIO/status/1272478326838292488 it would need ...
MrSparky's user avatar
0 votes
1 answer
364 views

How to change protocol - ftp to http in Requestly chrome extension?

Is it possible to add a protocol in a search of "Redirect Request Rule" wanting to go from an "ftp:" to an "https:"?
Sachin Jain's user avatar
0 votes
1 answer
2k views

Add random number as query parameter to avoid caching with Chrome extension?

Is there a way to add the current timestamp as query parameters? I think it could be useful to avoid any cache issue. Originally Asked here - https://twitter.com/tcoppin_/status/1209131288965341190
Sachin Jain's user avatar
1 vote
1 answer
2k views

How to change domain of URL keeping params same using Requestly Chrome extension?

I need to change request domain, but keep params on the same, can Requestly extension do it? For Example www.domain1.com?a=1&b=2 --> www.domain2.com?a=1&b=2 PS - The question was asked ...
Sachin Jain's user avatar
0 votes
1 answer
275 views

How can we block mailto: links using Requestly

Can someone tell me if it's possible to block a mailto: function/link using Requestly Chrome Extension ? If possible, how can we do it?
Sachin Jain's user avatar
1 vote
1 answer
677 views

How to change the domain of URL without changing query parameters using Requestly?

My first use case would be to change the domain of a URL without changing the rest of the parameters using Requestly. Specifically change from https://web.whatsapp.com/send?phone=123&text=Hi ...
Sachin Jain's user avatar
1 vote
0 answers
3k views

Microsoft Teams in iframe

I've been able to push Outlook and the Office 365 home page into an iframe for our internal use by removing x-frame headers and content security policy, but Microsoft Teams seems to have an additional ...
Cory LaPlante's user avatar
2 votes
2 answers
486 views

How to implement "Does not Contain" or Negative Filter in Requestly

I am using Requestly Chrome & Firefox extension to setup Redirects. I have a use case in which I want to switch the host from say - www.a.com to www.b.com except when www.a.com has a specific path ...
Sachin Jain's user avatar
0 votes
1 answer
735 views

Getting Error - QUOTA_BYTES_PER_ITEM when saving a rule in Requestly

I noticed that while setting a Modify Header rule in Requestly and when the header values are very large, header rule is not getting saved. E.g. would be a 7K header value Any workaround or bug ...
Sachin Jain's user avatar