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.

14 questions
2
votes
1 answer

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 apply the rules to the Simulator. Is there an…
SirDemon
  • 141
2
votes
2 answers

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 (e.g. www.a.com/do_not_switch) I know Requestly…
1
vote
1 answer

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 in our customer support chat. I posted it here since it is…
1
vote
1 answer

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 To https://api.whatsapp.com/send?phone=123&text=Hi
1
vote
0 answers

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 redirect that stops the site from loading in an…
0
votes
1 answer

How to migrate JavaScript redirects from Resource Override to Requestly Chrome extension?

I have some JavaScript redirects up in the Resource Override Chrome extension, as it is no longer being maintained, I am shifting to Requestly Chrome extension. But, I am finding it difficult to do so. Has anyone here done it before? Does Requestly…
0
votes
1 answer

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 my local. For some reason we have one team member…
0
votes
1 answer

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 header, it doesn't change. What am I doing wrong and…
0
votes
1 answer

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 to detect the URL having "twitter" in the name,…
0
votes
1 answer

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:"?
0
votes
1 answer

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
0
votes
1 answer

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?
0
votes
1 answer

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 reports for this? Error - QUOTA_BYTES_PER_ITEM seems to…
-1
votes
1 answer

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 rule is not working. Any suggestions or any other…