This repository was archived by the owner on Jan 1, 2023. It is now read-only.
-
Couldn't load subscription status.
- Fork 210
FYI - Send post requestΒ #55
Copy link
Copy link
Open
Labels
documentationThis issue probably exists due to a lack of documentationThis issue probably exists due to a lack of documentation
Description
$puppeteer = new Puppeteer();
$browser = $puppeteer->launch();
$page = $browser->newPage();
$page->setRequestInterception(true);
$page->on('request', new JsFunction(
['interceptedRequest'],
"
var data = {
'method': 'POST',
'postData': '".http_build_query($options['form_params'])."'
};
interceptedRequest.continue(data);
"
));
$response = $page->goto($uri);
You can add into docs or smth
VALIER255, mindaugasw and jbcanas
Metadata
Metadata
Assignees
Labels
documentationThis issue probably exists due to a lack of documentationThis issue probably exists due to a lack of documentation