Is it possible to modify HTTPS URLs?

For example, if an application is trying to access https://someserver.com/somepage.html?someparameter=123, can I modify it to https://someserver.com/somepage.html?someparameter=123&someadditionalparameter=456 in OpenWrt?

That is, for certain web addresses, I would like to add some GET parameters. If you want to know why, I would like to change the country for Google search/suggestions and other Google services.

1 Like

Not without browser warnings galore.

1 Like

Most likely, you do not want to install Squid and configure MITM, so look for a browser extension with the necessary functionality.

I already wrote and am using a Chrome extension for that, but mobile Chrome or the Google app do not support such method, so I wondered if I could do it at the router-level.
If it is very difficult or problematic, I will give up. Thank you for the advice.

2 Likes

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.