%a (any string) proxying problems
I would like to append "?m=1" to all Blogspot.com sites I visit; m=1 makes the blog load the mobile version.
Since I cannot make a multi-site proxy of the following type:
http://%h/%p?m=1
because I get a "The entered proxy scheme is invalid; it would apply to all hosts." error, I am forced to use
http://%a.%h/%p?m=1
and specify my hostname as blogspot.com.
Is this the way to match all subdomains on blogspot.com? E.g., would anexampleblog.blogspot.com redirect to
http://anexampleblog.blogspot.com/?m=1
? It doesn't work for me.
How is %a (any string matching) supposed to be used, anyways?
Thanks
Since I cannot make a multi-site proxy of the following type:
http://%h/%p?m=1
because I get a "The entered proxy scheme is invalid; it would apply to all hosts." error, I am forced to use
http://%a.%h/%p?m=1
and specify my hostname as blogspot.com.
Is this the way to match all subdomains on blogspot.com? E.g., would anexampleblog.blogspot.com redirect to
http://anexampleblog.blogspot.com/?m=1
? It doesn't work for me.
How is %a (any string matching) supposed to be used, anyways?
Thanks
Anyway this Firefox addon-on might be useful in your case : https://addons.mozilla.org/en-US/firefox/addon/dynamic-uri-changer/
Yes, Dynamic URI changer is definitely a better solution; Zotero proxy redirection might not even be able to do this.