Skip to content

GoAgent LimitationEn

Michael-X-Net edited this page Feb 4, 2023 · 1 revision

GoAgent Limitations:

  • Andriod App certificate error This belongs to Andriod's own mechanism, and App can customize how to use certificates.

  • GAE egress IP is fixed and defined as "open proxy" Some websites block GAE's IP access, or regard it as distrust. Unable to use GAE's IP pair Wikipedia for anonymous editing.

  • ~Facebook upload files: pictures/videos etc. Reason: Facebook uploads files using the HTTP OPTIONS command, which is not supported by GAE Workaround: Go to https://upload.facebook.com/ and try again. You can also visit the mobile domain name https://m.facebook.com/ to upload. ~ Added Fake OPTIONS functionality to simulate OPTIONS responses.

  • Twitter upload large files/pictures GoAgent has issues with uploading data over 64k GAE limit is 10M So it is possible to solve, still to be studied

  • Twitter can't search content Using the User-Agent for mobile browsers or older desktop browsers will return mobile search results. You can also search directly using the mobile domain name.

  • Pinterest inaccessible Reason: Pinierest blocked access to GAE

  • Some Youtube videos appear to be restricted from being played "in your country" by the uploader It is a limitation of Youtube. Although GAE exports IP to the United States, YouTube does not recognize it. The solution is to use other solutions, such as PHP_proxy, which need to be set up on a server in the United States.

  • http://www.eyny.com infinite redirect loop The reason is suspected to be that the website itself has a problem with GAE processing

+xvideo Some videos cannot be watched. It is suspected that the code in the video playback plug-in Flash bypasses the proxy

  • The official website of vpngate, the installation package cannot be downloaded GAE supports downloading data of 4M size each time, and the vpngate server does not support segmented downloading.

  • Apple Daily's video cannot be played http://hk.dv.nextmedia.com/actionnews/index/ The video file can be downloaded, but the display on the web page is abnormal. It is controlled by flash, and there is an internal coordination problem. The root cause has not been found yet.

  • soundcloud many exceptions Extensive use of the OPTIONS command, GAE does not support with facebook

  • Domestic websites such as Zhihu and Baidu Encyclopedia have blocked access to GAE's export IP. At the same time, it is not recommended to visit domestic websites after overcoming the firewall, as it may be hijacked as the attack source of "Internet Cannon".

  • When using GAE to access Gmail, there will be too many redirects and cannot be accessed. It is recommended to use X-Tunnel to solve it.

  • Google Scholar cannot be accessed under GAE, because GAE triggers Google's anti-abnormal traffic (public proxy) mechanism.

Clone this wiki locally