tls enjoyer
tls enjoyer
Hi! It would be cool if there was a way to configure my HTTP/1 transport to use HTTP/3. ``` transport := &http.Transport{Proxy: http.ProxyURL(Proxy)} if err = http3.ConfigureTransport(transport); err != nil...
Hi, are there any examples of load balancing/reverse proxy on ActiveJ?
How to reproduce? await hero.goto("chrome://extensions/") Stacktrace ``` 2022-12-08T13:17:49.780Z ERROR [hero-core/index] UnhandledRejection { context: {}, sessionId: null, sessionName: undefined } TypeError: Cannot read properties of null (reading 'children') at PageEventsRecorder.checkForShadowRoot (:322:51)...
How to repeat? ``` const { request: { headers} } = await hero.reload() console.log(headers['sec-fetch-site']) ``` `same-origin` is expected, but the browser sends `none`.
Hi! I know you don't want/can't do ReCaptcha or Text Captcha solving. Maybe we can leave this issue to possibly implement later? (hcaptcha solving now works fine, and on the...