Browser agent switch for TCC file or URL call
Some browsers have a limit for get requests of 2k, other browsers have no limit.
Currently we limit the start via browser for all browsers, if the URL is longer than 2k.
Our findings so far:
Browser / OS | Limit |
|---|---|
Firefox | no limit |
Chrome / Chromium / Edge | limit 2k |
Chrome / Chromium / Edge | no limit |
This should be changed according to each browser, that is used:
visulox config -name portal.clients.launch
-----------------------------------------------------------------
| changed | key | value |
-----------------------------------------------------------------
| changed | portal.clients.launch.0 | Windows NT.+Firefox:20000 |
| changed | portal.clients.launch.1 | Macintosh:20000 |
| | portal.clients.launch.2 | |
| | portal.clients.launch.3 | |
| | portal.clients.launch.4 | |
| | portal.clients.launch.5 | |
| | portal.clients.launch.6 | |
| | portal.clients.launch.7 | |
| | portal.clients.launch.8 | |
| | portal.clients.launch.9 | |
-----------------------------------------------------------------
Format of the value is: <regexp>:<integer>
regexpr: Regular expression for the browser agent
integer: Byte up to the URL method that is used