Skip to main content
Skip table of contents

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
on Windows

no limit
(tested up to 16k)

Chrome / Chromium / Edge
on Windows

limit 2k

Chrome / Chromium / Edge
on Mac

no limit

This should be changed according to each browser, that is used:

CODE
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

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.