jetnet

Results 29 comments of jetnet

The following config seems to be working for me - only externally linked images get imported: 1. Crawler part: disallow all URLs without original domain name in the referrer (variables...

Probably, found a bug with the `` clause: config file: `` rendered config: ``

Thank you @essiembre , I just realized, I had that option (`OPTIONAL`) in the config already, and it was commented out. I cound not find in my notes, why I...

Strange things happen: I've configured to use Tesseract now, rendered config: ```xml deu,eng image/(jpeg|png|gif) ``` But now Tesseract does not start at all - monitored with `ps` and checked the...

Hello Pascal, thank you very much for the quick reply. I was not able to set up any capability using the latest Selenium docker images (firefox or chrome). I hoped,...

Finally, I did some progress on that, using a Docker image: ```bash docker run -d \ --network=host \ --add-host host:127.0.0.1 \ -e SE_START_XVFB=false \ -e SE_SESSION_REQUEST_TIMEOUT=60 \ -e SE_NODE_MAX_SESSIONS=5 \...

### Collector opens two sessions to the webdriver, but closes only one, the remaining session is blocked and waiting to time out: ``` 2024-06-19 13:56:48,117 INFO c.n.c.h.f.i.w.Browser [ifconfig.io] Creating remote...

### HttpSniffer configures its own proxy for the webdriver. How to use a "real" proxy then? Probably, it'd be an enhancement request: HttpProxy should support an external (customer's) proxy server....

### HttpSniffer does not use the provided Trusted cert store Norconex start params: ```bash java -Dlog4j.configurationFile="file:${EXT_CONFIG_DIR}/test/log4j2.xml" \ -Xms2G -Xmx10G \ -Dnashorn.args=--no-deprecation-warning \ -Djavax.net.ssl.trustStore=${TRUST_STORE} \ -Dfile.encoding=UTF8 -Duser.country=US -Duser.language=en \ -cp "${HTTP_DIR}/lib/*:${HTTP_DIR}/classes:${ES_DIR}/lib/*:${EXT_LIB}/*"...

### HttpSniffer ignore `userAgent` parameter ```xml 44444 Custom-HTTP Collector * ``` This value is not used, the client's header, reported by `ifconfig.io/all` is still from the web driver: ``` ua:...