There is a problem passing parameters in the URL after enabling Cloud acceleration in uc browser.

Cloud acceleration is enabled by default in the mobile uc browser, but there is a problem when calling the php file with js and passing parameters. The parameters cannot be obtained using $_ GET or $_ REQUEST.
for example: load js in a file and call
< script src=" http://m.aaa.com/b.php?id=2" type="text/javascript" charset="utf-8" > < / script >
want to get the value of id=2 in the b.php file as a judgment, but you can never get the value in uc browsers, but you can get it in other browsers. Is there a way to solve this problem with php or js?

Mar.04,2021
Menu