Sunday, February 14, 2021

URL Redirect from Client Side? (Android/Linux)

On a client running somebody else's black-box software, is it possible at the OS-level to intercept that software's request for a specific URL and redirect it somewhere else?

For example, say it's targeting http://foo.com/a.png ... is there anyway that, by manipulation of the client OS/hosts file/whatever, that I could intercept this request and instead make it ultimately request/receive http://foo.com/b.png, all from the client side? The target/server is not able to be modified in this case.

Thanks for any suggestions.



No comments:

Post a Comment