Hi,
I'm trying to make a custom filter to redirect url or change part of the response but I can't make it to work!
Source: https://104.131.201.115/services/json/?method=test
I tried replacing the word "fail" with the word "error" in the response using the following filter:
Filter: ||104.131.201.115^$replace=/fail/error/img
But it did'nt work...
So I tried redirecting the url with the filter:
Filter: 104.131.201.115#%#AG_onLoad(function() { setTimeout(function() {window.location = "https://104.131.201.116";}, 300); });
But it did'nt work either... :-(
I red many posts about this but it feels like I don't get how to make filters at all... lol
Can anyone help me?
I'm trying to make a custom filter to redirect url or change part of the response but I can't make it to work!
Source: https://104.131.201.115/services/json/?method=test
I tried replacing the word "fail" with the word "error" in the response using the following filter:
Filter: ||104.131.201.115^$replace=/fail/error/img
But it did'nt work...
So I tried redirecting the url with the filter:
Filter: 104.131.201.115#%#AG_onLoad(function() { setTimeout(function() {window.location = "https://104.131.201.116";}, 300); });
But it did'nt work either... :-(
I red many posts about this but it feels like I don't get how to make filters at all... lol
Can anyone help me?