roach-php / core

The complete web scraping toolkit for PHP.
https://roach-php.dev
1.37k stars 70 forks source link

Send request with ExecuteJavascriptMiddleware only once #240

Open Fadarrizz opened 7 months ago

Fadarrizz commented 7 months ago

This PR aims to close #239. By letting the middleware handle a request instead of a response and setting the response on the request, we ensure the request is only sent once.

Fadarrizz commented 5 months ago

@ksassnowski When would you have time to look at this? I'm curious to your opinion :)