Closed lin-lu closed 8 years ago
Is whitelisting using the uamallowed
option feasible?
Use a JavaScript redirect, most won't follow this kind of redirect. Windows update eg will follow a 302 but not a parent.location.replace
Coova handles all requests not only HTTP, so its not responsibility of Coova but your web server. Also there is other specific software which send requests to the internet check their updates etc stuff.
Hi, There is now a mailing list for questions such as these, the issues section will be used solely for bug reports in code from now on, can I ask you to subscribe & take the discussion there (give it a few days as the system is freshly setup without any subscribers at the moment).
Hi all,
I know that CoovaChilli will redirect the user to the portal login page if the user is not authorized and tries to open an HTTP site in the browser.
However, when a Windows laptop is connected and it will automatically send many Windows Update HTTP requests , and CoovaChilli redirects all these requests to my web server, this is causing the max client error on the web server.
My question is: is there a way to configure CoovaChilli, so that it will ignore some HTTP requests that are sent to a certain destination IP?
Lin