How can I redirect HTTP requests made from an iPad?

前端 未结 17 2359
后悔当初
后悔当初 2020-12-12 09:53

Since on an iPad we cannot edit the hosts file (without jailbreaking), how can we arbitrarily redirect web traffic to another url?

This would be important for someth

17条回答
  •  借酒劲吻你
    2020-12-12 10:26

    I made it by using squidman on Mac. It's easy to set up and use.
    I set it up in 5 minutes by following this article.

    Update

    Another thing is if you want to connect to the websites running on proxy server, in my case it's my Mac, you need to comment this line out in squidman->Preferences->Template

    # protect web apps running on the proxy host from external users
    # http_access deny to_localhost
    

提交回复
热议问题